Re: [Live-devel] How to set Presentation Time correctly for audio frame in rtsp server?

2015-08-24 Thread Ross Finlayson
> I try on many ways but still something freezing my audio, Its like one second > audio and two not. I want to be sure I am doing this properly: > > I am sending audio as rtsp server, its PCMU/8000, I give it every second > frame sized: 8000 bytes and send it. That’s much too large. First, th

[Live-devel] How to set Presentation Time correctly for audio frame in rtsp server?

2015-08-24 Thread Karol Zdancewicz
Hello, I try on many ways but still something freezing my audio, Its like one second audio and two not. I want to be sure I am doing this properly: I am sending audio as rtsp server, its PCMU/8000, I give it every second frame sized: 8000 bytes and send it. In Wireshark I can see that every sec

Re: [Live-devel] Excuse me

2015-08-24 Thread Marcin
Hi, I did that using Live555 Lib - i used it as a proxy - i opened source RTSP stream and forwarded it to second RTSP Server that supported RTSP ANNOUNCE command. It works well. Read about RTSP ANNOUNCE. Marcin Woźniak W dniu 2015-08-24 o 15:08, Ross Finlayson pisze: I have been studying live5

Re: [Live-devel] Excuse me

2015-08-24 Thread Ross Finlayson
> I have been studying live555 recently. And now I have a question. I would > like to use a RTSP client to actively push a video file to RTSP server whose > IP is known. How should I use the live555? No, we don’t support that model of communication (‘pushing’ media to a server), because it’s ex

[Live-devel] Excuse me

2015-08-24 Thread 王利强
Dear Mr/ Mrs,I have been studying live555 recently. And now I have a question. I would like to use a RTSP client to actively push a video file to RTSP server whose IP is known. How should I use the live555? Could I change the testRTSPClient.cpp to make it?Thank you and best regards.Yours sinc