Re: [Live-devel] LIVE555- RTSP Server

2017-09-05 Thread Ross Finlayson
> The matter is in germany you need for a good product a very high level on > security. That means we need a solution for live555 server to learn SSL. > Is there a possibility to do that? We use at this time in development the > "testOnDemandRTSPServer". On your documentation you say 'no' because

Re: [Live-devel] Live555 RTSP server ---- libav packet->pts always 0

2016-03-10 Thread Franco Miceli
Thanks Ross. 2016-03-10 13:55 GMT-03:00 Ross Finlayson : >> I have implemented a live streamer based on live555 and am using a >> receiver based on libav. >> >> The live stream is received and played back correctly. >> >> My issue is that, although I set a time value to the presentation time >> (f

Re: [Live-devel] Live555 RTSP server ---- libav packet->pts always 0

2016-03-10 Thread Ross Finlayson
> I have implemented a live streamer based on live555 and am using a > receiver based on libav. > > The live stream is received and played back correctly. > > My issue is that, although I set a time value to the presentation time > (fPresentationTime) in live555, the pts of the packet is always 0

Re: [Live-devel] Live555 RTSP server ---- libav packet->pts always 0

2016-03-10 Thread Franco Miceli
Thanks David for taking the time to answer my question. I will try and see what the RTPDemux information has. If I come up with something I will post it back here. BR, Franco 2016-03-10 6:59 GMT-03:00 David Cassany Viladomat : > Hi franco, > > I think the issue you are experimenting is more re

Re: [Live-devel] Live555 RTSP server ---- libav packet->pts always 0

2016-03-10 Thread David Cassany Viladomat
Hi franco, I think the issue you are experimenting is more related to FFMPEG or LIBAV than Live555. I am trying achieve the same you are tyring to, however I don't have much time to dedicate to it. Up to now I am using the same approach you suggested (using the current system time in PTS == 0 and

Re: [Live-devel] Live555 RTSP Server how to: Live Streaming

2012-06-15 Thread Meftah Tayeb
quot; Sent: Saturday, June 16, 2012 1:28 AM Subject: Re: [Live-devel] Live555 RTSP Server how to: Live Streaming so, i would have to use the on demand RTSP server and not the RTSP proxy, right? That's correct. You would build a server application that uses the "testOnDemandRTS

Re: [Live-devel] Live555 RTSP Server how to: Live Streaming

2012-06-15 Thread Ross Finlayson
> so, i would have to use the on demand RTSP server and not the RTSP proxy, > right? That's correct. You would build a server application that uses the "testOnDemandRTSPServer" code as a model. The "LIVE555 Proxy Server" is used only when the back-end stream is also accessible via RTSP. Ros

Re: [Live-devel] Live555 RTSP Server how to: Live Streaming

2012-06-15 Thread Meftah Tayeb
so, i would have to use the on demand RTSP server and not the RTSP proxy, right? thank you a lot - Original Message - From: "Ross Finlayson" To: "LIVE555 Streaming Media - development & use" Sent: Saturday, June 16, 2012 12:05 AM Subject: Re: [Live-devel] Li

Re: [Live-devel] Live555 RTSP Server how to: Live Streaming

2012-06-15 Thread Ross Finlayson
> let me explain my topology: > i have a IPTV streams in Multicast streaming format (UDP MPEG2TS Yes, our code supports using this kind of stream as an input to a RTSP server. Note, for example, how the "testOnDemandRTSPServer" demo application does this, using the "MPEG2TransportUDPServerMedia

Re: [Live-devel] Live555 RTSP Server how to: Live Streaming

2012-06-15 Thread Meftah Tayeb
nokia mobiles require it. thank youformat - Original Message - From: "Ross Finlayson" To: "LIVE555 Streaming Media - development & use" Sent: Friday, June 15, 2012 10:21 PM Subject: Re: [Live-devel] Live555 RTSP Server how to: Live Streaming please can someon

Re: [Live-devel] Live555 RTSP Server how to: Live Streaming

2012-06-15 Thread Ross Finlayson
> please can someone show me how to use existing RTSP server to fetch an > existing stream from any kind of source, Uni or Multicast and make it RTSP > Unicast ? Is the "existing stream" also accessible via RTSP? If so, then you can simply use the "LIVE555 Proxy Server": http://www.live555.com

Re: [Live-devel] live555 rtsp server

2010-07-10 Thread 44072429
Finlayson"; Date: Sat, Jul 10, 2010 10:55 PM To: "LIVE555 Streaming Media - development & use"; Subject: Re: [Live-devel] live555 rtsp server >i tried to increase the send buffer.but i can't help me. >one connection has 8mbps.and there must 64 connection

Re: [Live-devel] live555 rtsp server

2010-07-10 Thread Ross Finlayson
i tried to increase the send buffer.but i can't help me. one connection has 8mbps.and there must 64 connections at least. so you said, i can't finish my job? Well, you didn't say why the "send()" calls are failing - but it seems that you're running into the bandwidth limits of your network. --

Re: [Live-devel] live555 rtsp server

2010-07-10 Thread 44072429
"LIVE555 Streaming Media - development & use"; Subject: Re: [Live-devel] live555 rtsp server >the code in your project > >void sendRTPOverTCP(unsigned char* packet, unsigned packetSize, > int socketNum, unsigned char streamChannelId) > &

Re: [Live-devel] live555 rtsp server

2010-07-09 Thread Ross Finlayson
the code in your project void sendRTPOverTCP(unsigned char* packet, unsigned packetSize, int socketNum, unsigned char streamChannelId) if the ::send return error. you mean it is the os configuration's problem? Perhaps. What error(s) are the "send()" calls returning (i.e.,

Re: [Live-devel] live555 rtsp server

2010-07-09 Thread 44072429
ginal -- From: "Ross Finlayson"; Date: Fri, Jul 9, 2010 05:04 PM To: "LIVE555 Streaming Media - development & use"; Subject: Re: [Live-devel] live555 rtsp server >i am using mediaServer to develop one rtsp server with realtime >video stream show

Re: [Live-devel] live555 rtsp server

2010-07-09 Thread Ross Finlayson
i am using mediaServer to develop one rtsp server with realtime video stream show. but when i finished coding.and begun to test. i found it hardly run well when lots of clients connect in. i check your code and found . there is only one thread to poll the event. If you had read the FAQ - as

Re: [Live-devel] live555 rtsp server supports Live Media

2008-04-04 Thread Ross Finlayson
can we use rtsp server of Live555 to transfer Live Media. Do you mean "serve streams from a live input source" (e.g., a camera connected to a video encoder)? If so, the answer is yes. Although our "LIVE555 Media Server" product currently only serves files, it is possible to modify our demo

Re: [Live-devel] live555 RTSP server for H.264

2008-03-06 Thread Ross Finlayson
>Is the H.264 related code in liveMedia complete and >ready to be used? Yes; see -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live5

Re: [Live-devel] live555 RTSP server for H.264

2008-03-06 Thread Marco Amadori
Il Thursday 06 March 2008 12:34:24 gather bzbz ha scritto: > Is the H.264 related code in liveMedia complete and > ready to be used? Do we still need to write up > something for StreamFramer, etc? I use latest "live555MediaServer" succesfully to stream H.264 in MPEG Transport Streams (as in ATSC