Re: [Live-devel] H.264 Streaming Video

2012-06-29 Thread Ross Finlayson
>I have an IP Camera which is streaming H.264 video output using RTSP > protocol. I want to create an application in MFC which display the H.264 > video. I can see how to receive H.264 video out from the camera using live555 > openrtsp library. But there is no example in live555 for disp

[Live-devel] H.264 Streaming Video

2012-06-29 Thread Abhishek Madaan
Hi,    I have an IP Camera which is streaming H.264 video output using RTSP protocol. I want to create an application in MFC which display the H.264 video. I can see how to receive H.264 video out from the camera using live555 openrtsp library. But there is no example in live555 for display

Re: [Live-devel] Is it supported HLS in The LIVE555 Proxy Server?

2012-06-29 Thread Ross Finlayson
> I’m wondering if Live555 Proxy server can support HSL. No. It's a proxy for RTSP only. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live

[Live-devel] Is it supported HLS in The LIVE555 Proxy Server?

2012-06-29 Thread jhseo
Hi. I'm wondering if Live555 Proxy server can support HSL. Thanks for your interest. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Set ProxyServerMediaSession::fProxyRTSPClient as protected

2012-06-29 Thread Ross Finlayson
> I have review the code and yes, it seems it's the correct way but i > would need another modification on the code: change > RTSPClient::sendRequest() from private to protected, too. Ugh - If I did this, I'd also need to make it "virtual", so you could redefine it in a subclass. Once again, are

Re: [Live-devel] Set ProxyServerMediaSession::fProxyRTSPClient as protected

2012-06-29 Thread Ross Finlayson
> I'm needing to be able to detect and log the > connect/disconnect/playing/paused/etc events done on the > ProxyServerMediaSession against the remote camera I'm not sure exactly what you mean by this, but if your intention is to detect/log every client connection (etc.) to the proxy server, then

Re: [Live-devel] issue in live555 proxyserver

2012-06-29 Thread Ross Finlayson
From what I can tell, the "LIVE555 Proxy Server" is working properly. Are you able to successfully play the stream directly from the 'back-end' server - i.e., not using a proxy server? Note that recent versions of VLC seem to have a problem playing MPEG-4 video streams. If you're using VLC, an

Re: [Live-devel] Set ProxyServerMediaSession::fProxyRTSPClient as protected

2012-06-29 Thread Jesús Leganés
I have review the code and yes, it seems it's the correct way but i would need another modification on the code: change RTSPClient::sendRequest() from private to protected, too. This way i could be able to inherit this method on a child class that send the event to my subsystem, and later just to c

[Live-devel] Set ProxyServerMediaSession::fProxyRTSPClient as protected

2012-06-29 Thread Jesús Leganés
I'm needing to be able to detect and log the connect/disconnect/playing/paused/etc events done on the ProxyServerMediaSession against the remote camera, so i thought i could do it inheriting the internal ProxyRTSPClient and using a custom one (i don't know if there's a better way to do it). The fa

Re: [Live-devel] Fwd: FW: issue in live555 proxyserver

2012-06-29 Thread Aashish Kaushik
Hi Ross, Please find attachment of the verbose output logfile of proxyserver for the following usecase steps: 1) started proxysever. 2) opend/played live streaming in vlc client. 3) stoped play in vlc client. 4) opend/played live streaming in vlc client. video not strea

Re: [Live-devel] live55 rtp sequence number is duplicate

2012-06-29 Thread Ross Finlayson
> Actually , the two frame sequence number is the same , but H264 data is > different, and I notice checksum of UDP is the same too Two separate packets cannot contain different data, but (consistently) have the same UDP checksum, unless something (in your OS or network) is mangling the pac

Re: [Live-devel] testH264VideoToTransportStream error

2012-06-29 Thread Mcnamara, JohnX
From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Saturday, June 23, 2012 8:23 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testH264VideoToTransportStream error I've now installed a new version (201