Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleConsole output
root@raspberrypi3-rdk-camera:~# ifconfig
loeth0      Link encap:Ethernet  HWaddr B8:27:EB:87:67:91  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX  Link encap:Local Loopback packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          inetRX addr:127.bytes:0 (0.0.1 B)  MaskTX bytes:255.0. (0.0 B)

lo        Link encap:Local Loopback  
          inet6inet addr: ::1/128 Scope:Host127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:8789842 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8789842 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:455225639748 (424.4 KiBMiB)  TX bytes:455225639748 (424.4 KiBMiB)

wlan0     Link encap:Ethernet  HWaddr B8:27:EB:2ED2:7232:2BC4  
          inet addr:192.168.43.246146  Bcast:192.168.43.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2344 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44103 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:28934484 (24.83 KiB)  TX bytes:588710216 (59.79 KiB)


STEP 5:

check loaded module by using below command

...

Code Block
languagebash
titleConsole output
pushStream uri=rtsp://192.168.43.146:5544 localStreamName=stream2
Command entered successfully!
Local stream stream2 enqueued for pushing to rtsp://192.168.43.146:5544 as stream2

    configId: 4
    forceTcp: false
    keepAlive: true
    localStreamName: stream2
    targetStreamName: stream2
    targetStreamType: live
    targetUri: 
      fullUri: rtsp://192.168.43.146:5544
      port: 5544
      scheme: rtsp


STEP 10:

On VLC player, for RTSP streaming

...