Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-07-01 Thread Markus Schumann
Peng, I see that the frame rate is set to 29.97 ( 6 / 1001 / 2) but I don't see any other timing information. Did you get the file to work? Markus. seq_parameter_set_data() profile_idc = 100 constraint_set0_flag = false constraint_set1_flag = false co

Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-06-27 Thread Markus Schumann
The file has a number of problems. Here a log output from a TS checker for file ChunMyung1.ts. ErrorTotal count Description of last error PID of last error

Re: [Live-devel] use live555 with raw rgb data input

2013-06-11 Thread Markus Schumann
Jacob, You need an H.264 encoder before live555 will stream it. You could use x264 http://www.videolan.org/developers/x264.html or ffmepg with x264 or any other H.264 compressor. You may have to do a little post processing on the compressed stream: adjust for start codes, AU delimiters and PPS/

Re: [Live-devel] playSIP - creates empty file

2013-05-02 Thread Markus Schumann
How can I fix this? Thanks Markus. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, May 02, 2013 2:49 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] playSIP - creates empty file I am tryi

[Live-devel] playSIP - creates empty file

2013-05-02 Thread Markus Schumann
I am trying to record the audio from a Polycom Telepresence m100 SIP software client. On 10.0.71.24 I run a software VTC client configure to use SIP (Polycom Telepresence m100). The URI is sip:10.0.71.24@10.0.71.24 On 10.0.71.109 I run the live555 command line tool playSIP calling 10.0.71.24.

Re: [Live-devel] testRTSPClient / H.264 Network Camera Stream

2013-04-26 Thread Markus Schumann
I decode H.264 from a network camera. My decoder wants SPS/PPS once before the first I-frame in band delivered. So I wait until I get the first I-frame and then insert 0x001/SPS/0x001/PPS before the I-frame. Interestingly - one of the cameras I test with sends SPS/PPS inside the RTP stre

Re: [Live-devel] saving incoming RTP A/V stream as MPEG-2 transport stream

2013-04-18 Thread Markus Schumann
VLC recognizes the correct length but no video and no audio. I am comparing the live555 saved file with a "clean" mpeg-2 TS file from my video camera. On the video camera each I-frame is "prefixed" with AUD, SPS, PPS and the other picture types (P and B) are prefixed with AUD and PPS. The PES st

Re: [Live-devel] saving incoming RTP A/V stream as MPEG-2 transport stream

2013-04-18 Thread Markus Schumann
Ross, > Grumble. What's happening here is not infinite recursion, but 'lots of' > recursion - caused by the fact that some of your input frames (H.264, > presumably) are so ridiculously large. The frames are indent bigger - the camera is HD with a decent bitrate. I changed the stack size to 8

Re: [Live-devel] saving incoming RTP A/V stream as MPEG-2 transport stream

2013-04-18 Thread Markus Schumann
Ross, Thanks for your answer. I tried it and I still get a stack overflow. 1) I had to modify the buffer size in liveMedia\MPEG2TransportStreamFromESSource.cpp(198) due to the following error message MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the clie

Re: [Live-devel] saving incoming RTP A/V stream as MPEG-2 transport stream

2013-04-17 Thread Markus Schumann
!RecordingClient::Run() Line 187 + 0x33 bytes C++ From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Markus Schumann Sent: Wednesday, April 17, 2013 4:55 PM To: LIVE555 Streaming Media - development & use Subject: [Live-devel] saving incoming R

[Live-devel] saving incoming RTP A/V stream as MPEG-2 transport stream

2013-04-17 Thread Markus Schumann
Ross, Thanks for your initial answer! I am still trying to save an incoming RTP AVC/AAC stream inside a MPEG-2 transport stream. I followed the flow of your testRTSPClient.cpp example which worked perfectly for my first application. I created a MPEG2TransportStreamFromESSource, FileSink and

[Live-devel] saving or rebroadcasting incoming RTP A/V stream as MPEG-2 transport stream

2013-04-13 Thread Markus Schumann
I saw various source files (e.g. MPEG2TransportStreamMultiplexor.cpp) muxing into MPEG-2 TS. Is there a way a save and/or rebroadcast incoming RTP streams as MPEG-2 TS with the given code. Thanks Markus. ___ live-devel mailing list live-devel@lists.li

[Live-devel] SOCKLEN_T type / AC3AudioStreamParser try-catch / AC3 stream header

2013-03-19 Thread Markus Schumann
1.) I compiled and ran live555 on Raspberry Pi but I changed the type of SOCKLEN_T: Groupsock/include/NetCommon.h #if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_WCE) #ifndef SOCKLEN_T #define SOCKLEN_T int #endif #else /* Unix */ #ifndef SOCKLEN_T #define SOCKLEN_T unsigned int #end

Re: [Live-devel] stream descriptor only reachable by HTTP

2013-01-30 Thread Markus Schumann
Works like a charm - thanks. Markus. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, January 21, 2013 2:22 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] stream descriptor only reachable by

Re: [Live-devel] stream descriptor only reachable by HTTP

2013-01-21 Thread Markus Schumann
Ross, Thanks for your input. I reported the absence of RTSP for the unicast case to the server maker. Luckily I can configure the device to multicast - here is the SDP http://10.0.70.25/stream.sdp outputs: v=0 o=- 8500488 8500488 IN IP4 10.0.70.25 s=ESP H264 STREAM e=NONE t=0 0 m=video 8800 RTP

[Live-devel] stream descriptor only reachable by HTTP

2013-01-17 Thread Markus Schumann
All, I have an RTP source where it's stream descriptor is only available via HTTP - any advice on how to go about it? Thanks Markus. URL: http://10.0.70.25/stream.sdp Browser output: v=0 o=- 8161451 8161451 IN IP4 10.0.70.25 s=ESP H264 STREAM e=NONE t=0 0 m=video 8800 RTP/AVP 96 c=IN IP4 10

Re: [Live-devel] negative presentation time in "afterGettingFrame" sink callback

2013-01-13 Thread Markus Schumann
Thanks for the response! I am using live555 as RTSP/RTP client with a custom H.264 and audio sink connecting to a commercial of the shelve IP camera. My earlier statement was wrong the timestamps are increasing. The absolute value of the negative timestamp is going down (see below). Life is good

[Live-devel] negative presentation time in "afterGettingFrame" sink callback

2013-01-13 Thread Markus Schumann
All, I am getting a negative value for presentationTime.tv_sec in MySink::afterGettingFrame. I absolute value increases (when ignoring the sign) In the live555's custom sink sample code the timestamps (of type timeval) are getting casually casted to an unsigned. Is it save to ignore the sign