Page 1 of 1

Pausing and Resuming in UDP Unicast stream

Posted: 08 Mar 2010 14:45
by triplebit
I use a command line with libvlc to stream to another PC. What is happening in the socket level when in the middle of UDP streaming to the unicast client I do a "pausing"?
Does the VLC releases the socket and than alocates again when resuming the stream?
Any elaboration would be great.
Regards
Triplebit

Re: Pausing and Resuming in UDP Unicast stream

Posted: 08 Mar 2010 16:54
by RĂ©mi Denis-Courmont
No. VLC just keeps the socket but sends nothing.