Search found 8 matches

Go to advanced search

by sblee
10 Mar 2009 19:36
Forum: VLC stream-output (sout)
Topic: Even simplest streaming is not working
Replies: 2
Views: 791

Re: Even simplest streaming is not working

I'm also just started to use vlc and still trying to do interesting tests with Linux and Windows. My 0.9.8a binary installtion for windows works fine with rtp over udp. Please, try to use following procedures. For the streamer(192.168.0.5), open a cmd window and go to "C:\Program Files\VideoLAN...
by sblee
10 Mar 2009 18:05
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Re: Streaming over DCCP CCID3 using 0.9.8a

Thank you for your response!
by sblee
06 Mar 2009 18:50
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Re: Streaming over DCCP CCID3 using 0.9.8a

Frankly, I wonder that is the dccp ccid 3 socket bug. If the application need to handle EAGAIN error, this might be vlc bug. In module/stream_out/rtp.c, ThreadSend() does not handle EAGAIN and disconnect the socekt. Since this is the reason, the while loop checking EAGAIN works with dccp ccid 3. Act...
by sblee
05 Mar 2009 19:55
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Re: Streaming over DCCP CCID3 using 0.9.8a

Right. I agree that it might be related to transient or slow start of dccp. However, one another trivial thing is that the socket connection is considered as dead although it is in just temporarily in bad status. Because of this reason, dccp ccid3 does not work with the current implementation. In ot...
by sblee
05 Mar 2009 14:50
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Re: Streaming over DCCP CCID3 using 0.9.8a

Thank you for the comment. I think I found the problem. In modules/stream_output/rtp.c, ThreadSend() only tries twice to send data as followed. if( send( id->sinkv[i].rtp_fd, out->p_buffer, len, 0 ) >= 0 ) continue; /* Retry sending to root out soft-errors */ if( send( id->sinkv[i].rtp_fd, out->p_bu...
by sblee
04 Mar 2009 16:40
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Re: Streaming over DCCP CCID3 using 0.9.8a

When DCCP is set as CCID2, video and audio are provided. However, CCID3 don't. Congestion could be one possible answer but the tests are actually using loopback (i.e. 127.0.0.1) In addition, simple DCCP test (using ttcp) shows no problem with both CCID2 and CCID3. I'm really novice for vlc source co...
by sblee
04 Mar 2009 10:28
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Re: Streaming over DCCP CCID3 using 0.9.8a

Thanks for reply. As you mentioned, it need to work whether any transport protocol is used for RTP. I had same test using DCCP CCID 2 and UDP and those are working fine. Maybe, I'm missing something. Can you indicate what could be differences betwen CCID2 and CCID3 test if I attach CCID2 logs? Recei...
by sblee
03 Mar 2009 16:52
Forum: VLC stream-output (sout)
Topic: Streaming over DCCP CCID3 using 0.9.8a
Replies: 14
Views: 1955

Streaming over DCCP CCID3 using 0.9.8a

Hi, I'm currently interested in streaming over DCCP CCID3 since it adopts TCP Friendly Rate Control (TFRC). Using my own build from vlc 0.9.8a source code on Ubuntu 8.10, I succeded with streaming using UDP and DCCP CCID2. For DCCP tests for CCID2 and CCID3, I used same commands as below. vlc -vvv ....

Go to advanced search