Re: [Live-devel] Tracked down the problem with latency

2013-03-05 Thread Ross Finlayson
> What kind of problems can crop up if I set preferredFrameSize to something on > the order of 200 bytes? This might not work, because you are reading/parsing a byte stream source. Our stream parsing code might not be able to handle reads that small. But a much better solution would be to have

[Live-devel] Query Regarding Live555 not thread safe.

2013-03-05 Thread Vinodh Kumar
Hi There, I have a *requirement* like stream a video from my iPhone(what I am currently watching) to many other clients devices, I have used code from *live555MediaServer*.cpp for starting the live555server, Since my iOS application freezes if I start the live555server in main thread, so I start

Re: [Live-devel] Adding Audio Stream Session

2013-03-05 Thread Ross Finlayson
> Been using Live555 for Video streaming on multiple platforms, used on Linux, > iOS and now ported to WinCE7. Video streaming works like a charm. > Now I want to add the audio stream in the media session. As a test I want > stream a mp3 file with video stream (H.264 video data generated by a enc

Re: [Live-devel] LIVE555 Media Server source code

2013-03-05 Thread Ross Finlayson
> How can I download the LIVE555 Media Server source code for Windows 7 32 bit? See our online documentation http://www.live555.com/mediaServer/#downloading under "Source code". (The source code, like all of our application source code, is multi-platform.) Ross Finlayson Live Networks,

[Live-devel] LIVE555 Media Server source code

2013-03-05 Thread Avi Tal
Dear friends, How can I download the LIVE555 Media Server source code for Windows 7 32 bit? Thanks, Avi Tal. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Adding Audio Stream Session

2013-03-05 Thread Ashfaque
Hi Ross, Been using Live555 for Video streaming on multiple platforms, used on Linux, iOS and now ported to WinCE7. Video streaming works like a charm. Now I want to add the audio stream in the media session. As a test I want stream a mp3 file with video stream (H.264 video data generated by a

[Live-devel] Can I use live555 write audio/video conference media server

2013-03-05 Thread Guan Xsun
HI,Ross. How are you ! Can I use live555 to write audio/video conference media server. I design my conference media server will receive RTP media(audio) from clients, and then mix them then send mixer audio to every client. Can I use live555 write this media server? Best Regards!