[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] rtp over tcp

2014-10-18 Thread kingaceck
-What OS are you running (for both your client (VLC) and server)? A:The server OS is centos6.5_x64,the client OS is WIN7 - Are you using the latest version of the "LIVE555 Streaming Media" code (the only version that we support) for your server? A:yes.The version of the "LIVE555 Streaming Media"

[Live-devel] rtp over tcp

2014-10-15 Thread kingaceck
When I transport rtp packets over tcp using live555 , I get many logs like below after playing many minutes. sendRTPorRTCPPacketOverTCP: failed! (errno 32) sendRTPorRTCPPacketOverTCP: failed! (errno 32) ... or sendRTPorRTCPPacketOverTCP: failed! (errno 9) sendRTPorRTCPPacketOverTCP: failed! (e

[Live-devel] live555 can't transport UDP packet through NAT

2013-10-10 Thread kingaceck
P packet to the port(10060-10061) what have been rewrited to after receiving PLAY command? 2013-10-10 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] testRTSPClient that behind a NAT

2013-09-12 Thread kingaceck
=39912;rtptime=1308949270 [URL:"rtsp://129.1.7.151/test.mpg/"]: Started playing session (for up to 227.832000 seconds)... There is no data received from server log. 2013-09-12 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] streaming aac file

2013-08-11 Thread kingaceck
e aac file using vlc directly and all is right.) 2013-08-12 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] multicast port of client

2013-06-13 Thread kingaceck
>You can't, without actually getting two separate unicast streams - one to each >port. If so,these two clients will send RR reports to the server and these RR reports use the same 'reportSenderSSRC'. So,the 'RTPTransmissionStats'

[Live-devel] multicast port of client

2013-06-08 Thread kingaceck
-30003;ttl=255 Can I modify the multicast's SETUP reponse to define the client port like unicast's SETUP response? I want these two clients at the same host use different port (like unicast),how can I to do? Thank you very much. 2013

[Live-devel] rtp synchronization

2013-03-31 Thread kingaceck
ACKWARD //av_seek_frame(format_ctx_, -1, seekNPT*1000*1000, AVSEEK_FLAG_BACKWARD); //timestamp is usec // if(seekNPT>0) // avcodec_flush_buffers(format_ctx_->streams[this->server_demux_->audio_stream_id_]->codec); } 2013-04-01 kingaceck

Re: [Live-devel] The bug about StreamState::fStartNPT

2013-03-22 Thread kingaceck
n the "RTPSink" continue to play after the pause: OnDemandServerMediaSubsession::startStream(...){ .. if (rtpSink != NULL) { rtpSink->resetPresentationTimes(); rtpSeqNum = rtpSink->currentSeqNo(); rtpTimestamp = rtpSink->preset

[Live-devel] The bug about StreamState::fStartNPT

2013-03-21 Thread kingaceck
after first call,not the NPT that from the beginningof the stream.The fStartNPT should record the NPT that from the beginning to the first call. 2013-03-21 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/ma

[Live-devel] audio and vedio can not synchronization

2013-03-18 Thread kingaceck
FLAG_BACKWARD); //timestamp is usec } 2013-03-18 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] about elapsed time of mpg file

2013-01-13 Thread kingaceck
2013 03:24:47 GMT Session: 9892A748 RTP-Info: url=rtsp://129.1.5.156/test.mpg/track1;seq=63754;rtptime=2880301312,url=rtsp://129.1.5.156/test.mpg/track2;seq=12018;rtptime=1598034933 2013-01-14 kingaceck ___ live-devel mailing list live-

[Live-devel] the time that had played is error

2013-01-13 Thread kingaceck
x.seekStreamSource(seekNPT); } float FfmpegH264ServerMediaSubsession::duration() const { return ffmpeg_demux_.fileDuration(); } 2013-01-14 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] two network adapters issue

2013-01-08 Thread kingaceck
Hi There are two network adapters in my server.When I run the live555 on this server, how will the live555 decide which IP to use ? Can I assign a fixed IP to the live555.Thank you very munch. 2013-01-08 kingaceck ___ live-devel mailing list

[Live-devel] about MultiFramedRTPSink::fOurMaxPacketSize

2012-12-21 Thread kingaceck
picture at the client is well(no mosaic). The network is the same one(LAN /100M) and the MTU is 1500.But why the it is ok with the value of 2896? Thank you. 2012-12-22 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http

[Live-devel] setup datagram socket fail

2012-12-19 Thread kingaceck
continue; // try again } if(i == 1){// success fRtpGroupsockAudio = rtpGroupsock; fRtcpGroupsockAudio = rtcpGroupsock; }else{ fRtpGroupsockVideo = rtpGroupsock; fRtcpGroupsockVideo = rtcpGroupsock; } //envir() << "serverPortNum:" << initialPort

[Live-devel] proxy server crash

2012-12-06 Thread kingaceck
12-12-06 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] another case result in proxy server broken down(2)

2012-11-04 Thread kingaceck
ction: Close ProxyServerMediaSubsession["MPEG4-GENERIC"]::createNewStreamSource(session id 3844241543) ProxyServerMediaSubsession["MPEG4-GENERIC"]::createNewRTPSink() FramedSource[0x9f1f2d8]::getNextFrame(): attempting to read more than once at the same time! Aborted 2012-11-01 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] relay the packet directly

2012-10-12 Thread kingaceck
sassemble it and then generate new packet(like 'live555ProxyServer' does).I know How can I do to relay the incoming packet directly ? Thank you very much. 2012-10-12 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http:/

[Live-devel] modify live555ProxyServer to support multicast

2012-10-10 Thread kingaceck
Thanks for your reply. Your have replied : That's true, but irrelevant to "kingaceck"s question. He was asking how to write a RTSP proxy that relays from a (unicast or multicast) 'back-end' RTSP stream to a multicast 'front-end' RTSP stream. This front-end

[Live-devel] modify live555ProxyServer to support multicast

2012-10-08 Thread kingaceck
ep by step. Thank you very much. 2012-10-08 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] testMPEG1or2AudioVideoStreamer issue

2012-10-07 Thread kingaceck
ork also is OK. Why the network becomes so bad when client connecting to the testMPEG1or2AudioVideoStreamer server ?(caused a broadcast strom?) Please help me. 2012-10-08 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] relay the audio and video that coming from two ports(2)

2012-09-29 Thread kingaceck
Sorry I forgot to say I relay the audio and video coming from two ports using multicast. 2012-09-29 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] relay the audio and video that coming from two ports

2012-09-29 Thread kingaceck
video subsession.The RTSP sends audio and video data to the diffrent port,But the testRelay program can read data only from one port.What can I to do to relay the audio and video that coming from two ports. Thank you very much. 2012-09-29 king

[Live-devel] live555ProxyServer issue

2012-09-25 Thread kingaceck
irectly (don't analysis the packet then packet it),what should I to do? Thank you very much. 2012-09-25 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] live555ProxyServer issue

2012-09-22 Thread kingaceck
? Can you help me,thank you. 2012-09-22 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] live555ProxyServer issue

2012-09-18 Thread kingaceck
very much. 2012-09-18 kingaceck ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] A problem of video pause when streaming mpg file

2012-09-14 Thread kingaceck
this? (2) When replaying after click PLAY button(before to do this I clicked PAUSE button),at the first 5 seconds the video quiver. what can I do to fix this problem? please help me.Thank you very much. 2012-09-14 kingaceck ___ live-devel ma

[Live-devel] A Problem of streaming MP4 file

2012-09-10 Thread kingaceck
reason of this? (2) when playing,at the first 10 seconds there are many mosaic on the picture. what can I do to fix this problem? please help me.Thank you very much. 2012-09-10 kingaceck ___ live-devel mailing list live-devel@li

[Live-devel] A Problem of proxy server

2012-08-22 Thread kingaceck
quot; Play this stream using the URL "rtsp://129.1.5.156/proxyStream" (We use port 80 for optional RTSP-over-HTTP tunneling.) RTCPInstance::RTCPInstance error: totSessionBW parameter should not be zero! 2012-08-23 kingaceck ___ live-dev