Re: [Live-devel] H264 (from) a MPEG

2015-07-22 Thread Miguel Orenes
Hello Ross, Yes, you are right, I meant MPEG Transport Stream. OK, many thanks for the explanation. Regards. De: live-devel en nombre de Ross Finlayson Enviado: jueves, 23 de julio de 2015 4:12 Para: LIVE555 Streaming Media - development & use Asunto: Re: [

[Live-devel] H264 form a MPEG

2015-07-22 Thread Miguel Orenes
Hi there, I am trying to integrate live555 on an environment where the video source is a MPEG(h264) flow. So, I decided to use an easy way to get this MPEG video by: 1- Create a MediaSink to link with the resource. 2- A SimpleRTPSource. Until here all was ok, I am getting in afterGettingFram

Re: [Live-devel] Send RTCP from RTSPClient

2015-02-13 Thread Miguel Orenes
Hi Ross, Many thanks, I will try to update to latest version when I have a chance. Regards. Miguel Ángel Orenes Fernández ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Send RTCP from RTSPClient

2015-02-12 Thread Miguel Orenes
Hi Ross, I am working on a media stream system by doing a massive use of live555, on some environment we are having some packaging lost and I would like to send some feedback from my RTSPClient in order to readapt our flow on these problematic environments. The point is I cannot find any example

Re: [Live-devel] RTSP SETUP response

2013-09-10 Thread Miguel Orenes
Many thanks Ross Miguel Ángel Orenes Fernández Software Engineer DisplayNote Technologies Ltd. P +34 868 079 259 W www.displaynote.com

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Miguel Orenes
I know, I do not want to configure the client as multicast or unicast, I only want to know if RTSPClient received "Transport:RTP/AVP;unicast;" or "Trasport:RTP/AVP;multicast;" on SETUP reply. Regards. Miguel Ángel Orenes Fernández Software Engineer DisplayNote Technologies Ltd. P +34 868 07

Re: [Live-devel] RTSP SETUP response

2013-09-09 Thread Miguel Orenes
Transport: RTP/AVP;unicast; I would like to know if RTSPClient is configured as multicast or unicast. I can see on parseTransportParams that this parameter is treated but is not stored in order to get later, then I am not able to know from client part if RTSPServer is working as multicast or un

[Live-devel] RTSP SETUP response

2013-09-09 Thread Miguel Orenes
Hi there, I want to handle the SETUP params that my RTSPClient is receiving when a RTSPServer sends the reply, I thought inherit by RTSPClient and to rewrite parseTransportParams or handleSETUPResponse but I cannot because these methods are declared as private. Is there any way to handle the rep

Re: [Live-devel] Problem to transform mp4 (AAC, H264) to Elementary h264

2013-04-09 Thread Miguel Orenes
Thanks Ross for your answer and your suggestion, but unfortunately Matroska is only available for Android 4.0+ and I think ffmpeg doesn't allow real time demultiplexing. I will try by other way. Thanks! From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Beha

[Live-devel] Problem to transform mp4 (AAC, H264) to Elementary h264

2013-04-09 Thread Miguel Orenes
Hi everyone. I am trying to send a video file recorded on Android to a media server by using "testMPEG2TransportStreamer.cpp" later to create the TS file by using "testH264VideoToTransportStream.cpp" to an own media server. I copied the video to my PC in order to avoid problems with live555 on A