Re: [Live-devel] SingleStep():select() fails

2008-10-28 Thread Ross Finlayson
I'm trying to incorporate the MPEG1or2VideoRTPSource into my application. My application needs to poke a web service to start the RTP stream, so RTSP isn't appropriate. I just want to listen to the UDP port and capture the stream as it comes in. I can do this in Java by just opening up a Data

[Live-devel] SingleStep():select() fails

2008-10-28 Thread Melms, Kenneth X. -ND
Greetings all. First post, so I'll only waste a little bandwidth saying "AWESOME LIBRARY!" and move to my issue. I'm trying to incorporate the MPEG1or2VideoRTPSource into my application. My application needs to poke a web service to start the RTP stream, so RTSP isn't appropriate. I just want

[Live-devel] Live architecture

2008-10-28 Thread Yedidia Amit
Hi Ross, All I noticed that when some Framer is using a Parser for reading from ByteStreamFileSource an afterGetting call is schduled immediately to taskSchedulaer (scheduleDelayedTask) for the same function who initially call the parser and an exception is being used to return the Framer scope.

Re: [Live-devel] Problems with openRTSP

2008-10-28 Thread Ross Finlayson
1. Every output that I create are useless with a normal player (Vlc for example) I got to re-encode it with ffmpeg. What media type(s) are you recording? What command-line options are you giving "openRTSP"? I read it's something connected to the closure of the connection, so how can I tell

[Live-devel] Problems with openRTSP

2008-10-28 Thread Mattia Daldoss
Hi, I create my own rtsp client, modifying openRTSP code given with the library. No problem with that. But there's actually 2 things that I can't make work: 1. Every output that I create are useless with a normal player (Vlc for example) I got to re-encode it with ffmpeg. I read it's something