What the restreaming does?
Posted: 09 Apr 2013 08:39
Hi everyone,
I use the VLC command line below,
It receives a rtsp://172.18.66.156/360p1.ts stream and then stream the same content to rtsp://192.168.0.3:8554/ . And I can use another VLC media player with network URL: rtsp://192.168.0.3:8554/ to receive and play the video stream. It works very well. My question is what the restreaming does. Since the CPU resource loading is very low during the restreaming process. Is it simply do the packet forwarding? Does it need to decode the input stream and then reassemble the stream to send out? Could someone tell the details? I much appreciate if someone could help me to clarify this process or give me some hints to figure it out.
Thanks.
I use the VLC command line below,
Code: Select all
VLC --intf=dummy rtsp://172.18.66.156/360p1.ts --rtsp-host=192.168.0.3 :sout=#rtp{sdp=rtsp://:8554/} :sout-keep --repeat
Thanks.