Re: [Live-devel] RTPOverTCP_OK

2010-03-12 Thread Ross Finlayson
I'm currently modifying the "RTPInterface" code (to fix the longstanding failing-to-receive-RTSP-commands-when-RTP-over-TCP-is-used bug). As part of these modifications, I'm removing the "RTPOverTCP_OK" hack altogether, because its ugly. So you can forget about it. -- Ross Finlayson Live Ne

Re: [Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Ross Finlayson
Wolfgang, Many thanks for contributing this patch. It will be included in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.c

Re: [Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Wolfgang Breyha
Hi, it's again me;-) Since I fixed the mp4a.esds, which was broken and ignored before, the fix in... --- 2010.01.07: - Fixed a bug in "parseGeneralConfigStr()" (it was mistakenly returning an extra byte). --- ... hit me as first. The extra byte was blindly removed in QuickTimeFileSink.cpp. Now tha

Re: [Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Wolfgang Breyha
Hi! I recognized that there was a recent release I missed. My patch was for release 2009-07-09. Since 2010-03-08 release added code for stss atom the first patch will not work on the current release. Find the new patch for 2010-03-08 release attached on this mail. Regards, Wolfgang -- Wolfgang

Re: [Live-devel] MPEG2TransportStreamIndexer produces 0 byte index files

2010-03-12 Thread Melms, Kenneth X. -ND
Ross - thanks for the assist, here's one of the files I get a 0 bytes index for: http://www.flyingplastic.com/share/bars.ts The server's network is slow, so it'll take about 69m to download - sorry, it's the best I can do for bandwidth at the moment. K -Original Message- From: live-de

[Live-devel] RTPOverTCP_OK

2010-03-12 Thread Jeremy Noring
I have an application that uses multiple instances of Live555 within a single process (each instance has a devoted thread, and I do not share instance data across threads, per the FAQ). However, RTPOverTCP_OK is a global variable so all instances of Live555 share its state. So if one instance has

[Live-devel] 64Bit patch for QuickTimeFileSink and mp4a esds fix

2010-03-12 Thread Wolfgang Breyha
Hi! I enhanced the QuickTimeFileSink to be able to write MP4 files larger then 2GB. It uses TellFile64 and SeekFile64 from InputFile.hh instead of fseek and ftell, the mdat atom is written in 64bit format and all the stco atoms are co64 now. And I've fixed a bug which causes damaged mp4a.esds ato

Re: [Live-devel] MPEG2TransportStreamIndexer produces 0 byte index files

2010-03-12 Thread Sylvain MEYNELLY (NEWTEK)
Title: Hi everybody I have the same problem I use tsMuxer to mux my Vob to Ts and when I try to index, the file is 0 k So I try to remux my ts with no change with AviDemux. And now when I use the MPEG2TransportStreamIndexer on the new ts the tsx file is ok The trick play is working Don't

[Live-devel] Unicast and Multicast H264

2010-03-12 Thread Miguel Angel Arcos
Hi developers, I have one question about the difference of streaming Multicast and Unicast. When I connect to a multicast server I receive in my function "AfterReadingFrame" all the packets SPS, PPS and Slices and then I parse all and save to decode when I need. I tried a Unicast server and then I