Re: [Live-devel] sync sample issue with flash players

2009-07-27 Thread Ross Finlayson
OK, I've now released a new version (2009.07.28) of the "LIVE555 Streaming Media" software that includes this change. However, I changed your suggested code so that it adds the "stss" atom only for video streams. (For audio streams, such an atom doesn't appear to make sense (see

Re: [Live-devel] sync sample issue with flash players

2009-07-27 Thread gerardo ares
Hi, yes, sorry. I added between stts and stsc atoms: addAtom(stbl); size += addAtom_stsd(); size += addAtom_stts(); size += addAtom_stss(); size += addAtom_stsc(); size += addAtom_stsz(); size += addAtom_stco(); addAtomEnd; Gerardo. On Mon, Jul 27, 2009 at 4:48 PM, Ross Finlayson w

Re: [Live-devel] sync sample issue with flash players

2009-07-27 Thread Ross Finlayson
Gerardo, Thanks for the contribution. I will likely add this to the installed code. However, your suggested patch is incomplete, because you didn't say where to add the code that actually adds this atom. I.e., at some point in the code, there needs to be a statement like size += ad

Re: [Live-devel] MPEG2 to TS Conversion Problems

2009-07-27 Thread andrew_umlauf
Indeed READ_FROM_FILES_SYNCHRONOUSLY is defined as 1 and I still get the error. I have noticed that other people have been reporting the same issue in previous posts in this forum. In one post response, the user was told to comment the exit(0) (line 91) in BasicTaskScheduler. Another post respo

[Live-devel] sync sample issue with flash players

2009-07-27 Thread gerardo ares
Hi, i am using your openRTSP software to get a stream from an axis m1031 devices. The openRTSP gets the H.264 video and i can create the mp4 file with the -4 option. Everything is working good, but i have an issue when i need to play those videos in the JW flash player or flowplayer. I saw that th

Re: [Live-devel] Regarding IPV6

2009-07-27 Thread Ross Finlayson
I am creating a RTSPClient application, using LIVE 555. Right now my application is displaying only JPEG stream . For this, I dervided a sink class from MediaSink class of Live555 and using the doEventLoop() function I am getting data in this media sink driven class. My query is Can I receive the

Re: [Live-devel] Regarding IPV6

2009-07-27 Thread Deepti . Saraswat
Hi Ross, I am creating a RTSPClient application, using LIVE 555. Right now my application is displaying only JPEG stream . For this, I dervided a sink class from MediaSink class of Live555 and using the doEventLoop() function I am getting data in this media sink driven class. My query is Can I re

Re: [Live-devel] [BUG] changing system time with live555 running

2009-07-27 Thread Sébastien Escudier
Quoting Sébastien Escudier : > If I launch a rtsp connection like this : > openRtsp rtsp://myip/mystream > > And then I remove one hour to my system time (If I add one hour, there is no > problem), then live555 becomes buggy. It uses 100% of my CPU. Hi Ross, Do you plan to look at this bug ? In

Re: [Live-devel] RTSP Server

2009-07-27 Thread Ross Finlayson
I'd like to know if there's any tutorial about RTSP Servers, because im a newbie programmer Unfortunately, this software is not intended for "newbie programmers". I want to develop a server which streams H264 video (not on demand, just begins the streaming as soon as one client is connected,

Re: [Live-devel] Regarding IPV6

2009-07-27 Thread Ross Finlayson
I want to know how we can extend Groupsock class to support IPV6. That is not how we will be supporting IPv6. Instead, we will first be completely replacing the "Groupsock" mechanism with a new 'network packet' abstraction (treating incoming network interfaces as 'framed sources' and outgoin

[Live-devel] Regarding IPV6

2009-07-27 Thread Deepti . Saraswat
Hello Ross I want to know how we can extend Groupsock class to support IPV6. Regards Deepti Help save paper - do you need to print this email ? This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual(s) or entity addressed above.