Search found 4 matches

Go to advanced search

by sairam
25 Jul 2013 06:34
Forum: General VLC media player Troubleshooting
Topic: VLC player crashes whe the resolution changes in RTP stream
Replies: 1
Views: 705

VLC player crashes whe the resolution changes in RTP stream

Hi, I have an H264 stream coming from a camera which I wrap in RTP packets and send to VLC to play. The resolution of the video from the camera can be changed by pressing a button in the camera. When the button is pressed, the video resolution changes and VLC crashes. But the crash does not happen a...
by sairam
25 Jul 2013 06:15
Forum: Web and scripting
Topic: Streaming RTP packets over TCP
Replies: 3
Views: 5161

Re: Streaming RTP packets over TCP

Hello Jean,
I fixed this problem in the server side by returning an error

461 Unsupported transport

for UDP.
Now the video shows up without delay.

Thanks
sairam
by sairam
23 Jul 2013 02:46
Forum: Web and scripting
Topic: Streaming RTP packets over TCP
Replies: 3
Views: 5161

Re: Streaming RTP packets over TCP

Jean, Thanks for the reply. But I tried this option and it did not work. Here is the snippet of my code var options = new Array("--rtcp-tcp"); var id = controlVLC.playlist.add(URL, "some name", options); VLC web control sends UDP as packet type first. When no packets reaches the ...
by sairam
17 Jul 2013 05:47
Forum: Web and scripting
Topic: Streaming RTP packets over TCP
Replies: 3
Views: 5161

Streaming RTP packets over TCP

I am using the VLC activex control on a webpage to stream rtp video. In the default implementation, VLC activex tries UDP first. But since the server is behind a firewall, VLC is unable to receive UDP packets. After 10 seconds of timeout, VLC tries RTP over TCP and then the video plays fine. The pro...

Go to advanced search