Search found 7 matches

Go to advanced search

by stafforj
23 Nov 2004 17:34
Forum: VLC stream-output (sout)
Topic: Stopping one client stops other clients, (RTP MPEG4)
Replies: 1
Views: 1341

I found that this behaviour is due to the line in livedotcom.cpp, Open() :

sub->rtcpInstance()->setByehandler( StreamClose, tk );

If I comment out this line, then stopping one vlc client no longer causes all the other clients to stop.


So is this a bug, or intentional behaviour ?
by stafforj
23 Nov 2004 15:22
Forum: VLC stream-output (sout)
Topic: Stopping one client stops other clients, (RTP MPEG4)
Replies: 1
Views: 1341

Stopping one client stops other clients, (RTP MPEG4)

Stopping one client stops other clients, when http/livedotcom: multicast streaming MPEG4 over RTP. I am streaming MPEG4 video from a vbrick 4300 encoder, and I find that when I stop one vlc client, other clients also stop! The other clients report "EOF reached" ! I have captured packets us...
by stafforj
22 Nov 2004 19:03
Forum: VideoLAN
Topic: does VBrick streams support include MPEG4 via RTP ??
Replies: 13
Views: 96276

I found out why we got broken video after a few minutes playing, our system clock was running 0.625% slow. ie after 4 minute clock had lost a second!! This was because on our custom board, the clock input to the PPC405 CPU goes through a spread spectrum device, which only speads the frequency downwa...
by stafforj
17 Nov 2004 14:16
Forum: VideoLAN
Topic: does VBrick streams support include MPEG4 via RTP ??
Replies: 13
Views: 96276

Sigmund, Many thanks, that has fixed it, :) ....However, although it plays ok for the first few minutes, it then starts to get jerky/breakup and 'TaskInterrupt' starts appearing. :( ('TaskInterrupt' is printed from function TaskInterrupt() in livedotcom.cpp). I'm not quite sure what the TaskInterrup...
by stafforj
16 Nov 2004 11:54
Forum: VideoLAN
Topic: does VBrick streams support include MPEG4 via RTP ??
Replies: 13
Views: 96276

OK, I tried using the SDP via HTTP, and heres what happened, it fetches sdp ok, but end result is still 'garbage at input'. # ./vlc0.8 -vvv --vout fb --fbdev=/dev/fb0 http://172.63.200.7/vbs1d1.sdp --width 480 --noaudio VLC media player 0.8.0 Janus [00000001] main vlc debug: opening config file /roo...
by stafforj
16 Nov 2004 10:44
Forum: VideoLAN
Topic: does VBrick streams support include MPEG4 via RTP ??
Replies: 13
Views: 96276

The Vbrick encoder makes the sdp available via http, or if need be I can store it in a file.

So assuming the sdp is available, how would this be provided to VLC ?

Has anyone has played MPEG4 via RTP ?
by stafforj
15 Nov 2004 15:53
Forum: VideoLAN
Topic: does VBrick streams support include MPEG4 via RTP ??
Replies: 13
Views: 96276

does VBrick streams support include MPEG4 via RTP ??

Hi, Release note for 0.8 says "VBrick streams fully supported" does this include MPEG-4 via RTP ? ------------------------ I am trying to use VLC 0.8 to play a multicast RTP mpeg4 stream from a Vbrick encoder, and I am getting nowhere. If I use RTP:://@236.1.1.1:1234 as source instead then...

Go to advanced search