Re: [Live-devel] testH264VideoStreamer crushes

2011-07-18 Thread Larry Cui
Works fine. -Larry -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Saturday, July 16, 2011 12:22 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] testH264VideoStreamer crus

[Live-devel] h264 test application problem

2011-07-15 Thread Larry Cui
Hi, I downloaded the two H264 video files from http://www.live555.com/liveMedia/public/264/ But when I run the testH264VideoStreamer application, the client side VLC player cannot play them well. Also, OpenRTSP can save the steam to a file. But VLC player cannot play this file. I guess the test

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-26 Thread Larry Cui
evel-boun...@ns.live555.com] On Behalf Of Larry Cui Sent: Tuesday, October 26, 2010 12:50 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264 over RTP/RFC 3984 I only type in rstp://IP_address, no port and session, let RTSP negotiate. The picture size is correct, but

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-25 Thread Larry Cui
, 2010 12:16 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264 over RTP/RFC 3984 On Mon, Oct 25, 2010 at 12:07 PM, Larry Cui mailto:larry@zoran.com>> wrote: Jeremy Noring, Windows Firewall default state is ON. After Off the firewall, streaming is o

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-25 Thread Larry Cui
Jeremy Noring Sent: Monday, October 25, 2010 11:47 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264 over RTP/RFC 3984 On Mon, Oct 25, 2010 at 11:37 AM, Larry Cui mailto:larry@zoran.com>> wrote: I solved this problem, and can stream the h264 vide

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-25 Thread Larry Cui
I solved this problem, and can stream the h264 video with VLC player, which works fine. The current question Live555 RFC 3984 format is compatible with Quicktime or not? With quicktime player, data is buffering and playing without any video output. Thanks, F

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-21 Thread Larry Cui
I'll continue... openRTSP runs on windows, wireshark can capture the RTP packet, rtp header is correct, udp port number and ip address is right, but openRTSP does not output any error message, stays at "Receiving streamed data" while the file is empty.(Note, the port number and ip address are re

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
For H264 over RTP, the rtpPayload type must be 31??? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Larry Cui Sent: Wednesday, October 20, 2010 9:52 PM To: LIVE555 Streaming Media - development & use Subject

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
File name created, but it is empty, I have to Ctrl+C to terminate. How terminate it gracefully? The weird part is stream is sending to the port 169.254.1., but nothing is written to the file, The following message: Created receiv

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
20, 2010 3:41 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264 over RTP/RFC 3984 On Wed, Oct 20, 2010 at 3:12 PM, Larry Cui mailto:larry@zoran.com>> wrote: I'm using RTSP, I did not use sdp file, but through RSTP DESCIBE. If the PPS is a littl

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
Is there any Windows version openRTSP exe file? Or I have to find to way to compile the source code under Windows? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, October 20, 2010 3:2

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
I'm using RTSP, I did not use sdp file, but through RSTP DESCIBE. If the PPS is a little bit different from SDP in RTSP, is it a problem? I really could not find other issue. When I open VLC, I only input rtsp://169.254.1.5, nothing else. Is this a problem? I'm reading the source code for VLC,

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
Thanks for your quick reply. I know this is a VLC related problem. But if anybody can give me a clue, so I can finish my project, that's great! My stream complies with RFC 3984, and I insert SPS and PPS at the front of every I frame. The problem is VLC always gives the message: "live555 no data

[Live-devel] H264 over RTP/RFC 3984

2010-10-20 Thread Larry Cui
Right now, I'm developing h264 over rtp streaming. My question is the current version of live555 needs SEI packet of h264 or just video data packet? That is, if I packet the H264 video data according RFC 3984, no SEI data, that's OK for live555 parsing? But VLC player cannot recognize the stream,

Re: [Live-devel] RTP over RTSP over HTTP

2010-09-23 Thread Larry Cui
I want to know if live555 supports rtp over rtsp over http or not. But in the live555 2010.9.10, It says in live555MediaServer.cpp: // RTSP-over-HTTP tunneling is not yet working // Also, attempt to create a HTTP server for RTSP-over-HTTP tunneling. // Try first with the default HTTP port (80