[Live-devel] Streaming H.264 with MPEG2TS via BasicUDPSink

2013-07-30 Thread 李威
Greetings, I’m a new to live555. I'm trying to use live555 to stream H.264 video which is encoded by x264 and the video source is webcam. I’ve tried - Write my own FramedSource subclass based on DeviceSource - Use my own FramedSource, H264VideoStreamFramer and H264VideoRTP

Re: [Live-devel] Streaming over TCP crashing

2013-07-30 Thread Andrey Shvyrkin
24.07.2013 10:57, Ross Finlayson ?: Andrey, Thanks for the report. I have reproduced the problem, and am currently working on a solution. Stay tuned... Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

[Live-devel] LiveMedia in Windows 8 Application

2013-07-30 Thread Jeremiah Morrill
Hello all, Windows (8) Store application's do not have access to winsock, which is needed to support liveMedia (mostly the BSD socket functions). Win8 applications only have access to Windows Runtime Socket COM classes: http://msdn.microsoft.com/en-us/library/windows/apps/br212061.aspx I've s

Re: [Live-devel] testRTSPClient and MJPEG decoding

2013-07-30 Thread Tim Gee
Ok. It was my problem. I should have opened the file as binary. I added the 'b' to file open mode, and it worked. FILE *fout = fopen(fname,"wb"); Thanks for your help. Tim Gee | Senior R&D Engineer Aldis | 10545 Hardin Valley Rd. | Kno

Re: [Live-devel] openRTSP option to force multicast

2013-07-30 Thread Ross Finlayson
> Using some camera, it is needed to ask for a multicast stream in the RTSP > SETUP, but openRTSP always set this flag to False. > If this could help others users, you could find attached a modification that > add –W to set the forceMulticastFlag to True. OK, I'll add this to the next release of

Re: [Live-devel] Streaming over TCP crashing

2013-07-30 Thread Ross Finlayson
(Sorry for the delay in dealing with this problem. I've been traveling recently, and am at the IETF meeting in Berlin this week.) I have just installed a new version (2013.07.30) of the "LIVE555 Streaming Media" code that should fix this problem. Ross Finlayson Live Networks, Inc. http://www.