Re: [Live-devel] Problem MJEG stream with proxyserver

2014-10-20 Thread 임차섭
Hi. Thank you for reply. I found that fFrameSize is 1444 in PresentationTimeSubsessionNormalizer::afterGettingFrame (ProxyServerMediaSession.cpp). This value occurred fOutBuf->wouldOverflow because fMax of fOutFuf is 1448( rtp header(12) + 1444 > fMax(1448)). So I changed fMax value by ca

Re: [Live-devel] Problem MJEG stream with proxyserver

2014-10-20 Thread Ross Finlayson
> I tested openrtsp, but result is same. Jpg image is broken. Congratulations! You’ve just discovered why MJPEG streaming - especially with very large frames - is a terrible idea. As I note in the FAQ: "You should be aware, though, that JPEG is a very poor codec for video streaming, because (

Re: [Live-devel] Problem MJEG stream with proxyserver

2014-10-20 Thread 임차섭
Hi. I tested openrtsp, but result is same. Jpg image is broken. Image file is created by ‘-m’ option of openrtsp. Thank you. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] use same UDP port to send all data?

2014-10-20 Thread Ross Finlayson
> I want to modify the "LIVE555 Streaming Media" source code Sorry, but once you've modified the supplied code, you can’t expect any support on this mailing list. > 2)To allow rtp and rtcp use the same port This has been supported (as an option) in the “LIVE555 Streaming Media” code for more

[Live-devel] use same UDP port to send all data?

2014-10-20 Thread kingaceck
I have a firewall - between the server and client .The firewall only can open a few port.So the server must use the same UDP port. I want to modify the "LIVE555 Streaming Media" source code like below.I do not know whether it is correct to do it in this way,please help me. all modification in OnD

Re: [Live-devel] RTSP stream of webm-file on windows machines

2014-10-20 Thread Ross Finlayson
> The not working file is available on: > https://cloud.svennergr.de/public.php?service=files&t=3dba2a7de6025f9a367508791f1d9792 > > The problem with this file is that its VP8 video configuration string was

Re: [Live-devel] RTSP stream of webm-file on windows machines

2014-10-20 Thread Sven Grossmann
Am 2014-10-20 16:38, schrieb Ross Finlayson: BUT I still have a problem with 1080p webmfiles. These can not be streamed with the live555MediaServer and the testMKVStreamer. I uploaded both files, a working 480p file and a not working 1080p file to my server: https://cloud.svennergr.de/public.ph

Re: [Live-devel] Problem MJEG stream with proxyserver

2014-10-20 Thread Ross Finlayson
> When I test h.264 via live555ProxyServer, It's works, but MJEG stream is > broken(https://dl.dropboxusercontent.com/u/4188226/mjpeg_broken.png > ). > > RTSP Client is VLC and back-end RTSP Server is IP-Camera. > > I am using last

Re: [Live-devel] RTSP stream of webm-file on windows machines

2014-10-20 Thread Ross Finlayson
> BUT I still have a problem with 1080p webmfiles. These can not be streamed > with the live555MediaServer and the testMKVStreamer. > I uploaded both files, a working 480p file and a not working 1080p file to my > server: > https://cloud.svennergr.de/public.php?service=files&t=84ac60745a2662f7da7

Re: [Live-devel] RTSP stream of webm-file on windows machines

2014-10-20 Thread Sven Grossmann
Am 2014-10-17 07:48, schrieb Sven Grossmann: Ross Finlayson schrieb I should also note (because you were asking specifically about Windows) that I had no problem running the "LIVE555 Media Server" on Windows, and streaming either of those ".webm" files either locally (to VLC version

[Live-devel] Problem MJEG stream with proxyserver

2014-10-20 Thread 임차섭
      ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel