Re: [Live-devel] mpeg-ts over UDP

2015-04-22 Thread Ran Shalit
No, you don’t have to use RTSP - especially if your sending application already knows the identity of the receiving application (i.e., it’s IP address (possibly multicast) and port number) in advance. Hi Ross, Thank you very for the valuable information. I would please like to ask one more thi

Re: [Live-devel] Leaking ReorderingBuffer packets in MultiFramedRTPSource.cpp on doStopGettingFrames [patch provided]

2015-04-22 Thread Ross Finlayson
Thanks for the note. Yes, this is a memory leak (albeit a rare one; it occurs only if you’re receiving packets via RTP-over-TCP, and the read of a single RTP packet requires multiple TCP socket reads, and you stop receiving data while in the middle of this). I have now released a new version (

Re: [Live-devel] Updated iOS configs

2015-04-22 Thread Ross Finlayson
> On Apr 22, 2015, at 1:53 PM, Braden Ackerman wrote: > > It seems the syntax for Apple's (not GNU) libtool has changed. > These configs should work better for those trying to build for iphoneos or > iphone-simulator Thanks for the note. These are now included with the latest “LIVE555 Streami

[Live-devel] Updated iOS configs

2015-04-22 Thread Braden Ackerman
It seems the syntax for Apple's (not GNU) libtool has changed. These configs should work better for those trying to build for iphoneos or iphone-simulator: - iphoneos - # **Note: You must install the relevant "Command line tools (OSX *.*) for Xcode - Xcode *.*" # for this configurati

Re: [Live-devel] mpeg-ts over UDP

2015-04-22 Thread Ross Finlayson
> Thanks you very much for the detailed answer. > I understand that the solution for mpeg-ts over UDP will still require usage > of RTSP client-server request-response mechanism, Right ? > I'm not sure if I can use RTSP in my case, I think it is plain mpeg-ts over > udp. No, you don’t have to u

Re: [Live-devel] mpeg-ts over UDP

2015-04-22 Thread Ran Shalit
I would please like to ask if live555 can be used for streaming mpeg-ts over UDP (without RTP). Yes, our software can be used to send (and/or receive) Transport Stream data over raw-UDP. However, you should first ask yourself if this is something that you *really* want. Streaming over raw UD

[Live-devel] Leaking ReorderingBuffer packets in MultiFramedRTPSource.cpp on doStopGettingFrames [patch provided]

2015-04-22 Thread Kirill Zhegulev
Hi. - MultiFramedRTPSource::networkReadHandler1() gets freePacket when it is called. (now fSavedPacketFree==False) - usually it will call fReorderingBuffer->freePacket(bPacket); either directly or indirectly at the end, - however if packetReadWasIncomplete function exits earlier. At this point

Re: [Live-devel] mpeg-ts over UDP

2015-04-22 Thread Ross Finlayson
> I would please like to ask if live555 can be used for streaming mpeg-ts over > UDP (without RTP). Yes, our software can be used to send (and/or receive) Transport Stream data over raw-UDP. However, you should first ask yourself if this is something that you *really* want. Streaming over raw

[Live-devel] mpeg-ts over UDP

2015-04-22 Thread Ran Shalit
Hello, I would please like to ask if live555 can be used for streaming mpeg-ts over UDP (without RTP). Is there testProg or other example/readme for this ? Thank you very much, Ran Ran Shalit, Software, Embedded Division Office: +972 (77) 3604334 |