Re: [Live-devel] MPEG-TS demuxer

2007-08-21 Thread Ross Finlayson
>It has been mentioned before on this mailling list that live555 >contains a demuxer for program stream and not for transport streams >and I was wondering why. Because a Transport Stream demultiplexor was not needed for streaming. MPEG Program Streams are streamed - via RTP - as separate RTP

[Live-devel] MPEG-TS demuxer

2007-08-21 Thread Thomas Christensen
Hi It has been mentioned before on this mailling list that live555 contains a demuxer for program stream and not for transport streams and I was wondering why. Has someone written such a demuxer and whishes to share if? I would like to write a program that receives MPEG2-TS through multic

Re: [Live-devel] can Live Media Server stream Live Content ?

2007-08-21 Thread Ross Finlayson
Hi Ross, can we use Live media Library as RTSP streaming Server to stream Live content like any TV channel. Currently we are using Helix Mobile Producer to stream TV Channel. Please read the FAQ! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] afterGetting(this)

2007-08-21 Thread Thomas Christensen
Hi I'm curious. How did you solve the "request more data" at the bottom? You are calling getNextFrame() to solve this - Correct? Thomas On 8 Jun 2007, at 15:24, Julian Lamberty wrote: > Hi! > > I would like to know how I can > > 1. Request more data from a source (MPEG1or2VideoRTPSource) > 2.

Re: [Live-devel] How can I do use-based authentication?

2007-08-21 Thread pan_xiaolei
Thank you for your reply! I've tried your advice, that defines the macros ACCESS_CONTROL. Wonderful, the windows media player promoted me to enter the username and the password. (BTW, the windows media player didn't give a realm to the live555 server, as a result, the authorization failed). Unf

Re: [Live-devel] can Live Media Server stream Live Content ?

2007-08-21 Thread Jordan Shelley
Ross, correct me if I am wrong, As long as you can get the stream encoded into a format that can be used by LiveMedia and your hardware/software encoder supports grabbing single frames, (or can be read as a socket or file) you can modify this library to stream it. I am currently using the libra

Re: [Live-devel] About the details of the live555

2007-08-21 Thread Ross Finlayson
That's it. I don't know why ByteStreamFileSource::doGetNextFrame appears here suddenly. Who calls it? It's called by "FramedSource::getNextFrame()", which in turn is called by the downstream object - in this case a "MPEG4VideoStreamFramer". For the "testMPEG4VideoStreamer" application, the d

[Live-devel] Is livemedia a shared library or a static library?

2007-08-21 Thread ZengWenfeng
As the title. Thanks in advance! _ 通过 Live.com 查看资讯、娱乐信息和您关心的其他信息! http://www.live.com/getstarted.aspx___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailma

[Live-devel] About the details of the live555

2007-08-21 Thread Xianqing Ma
Hi all: I am reading the source code of the live555 now. What puzzles me a lot is the background principle of the live555. Take testMPEG4VideoStreamer.cpp as an example: I traced the program by inserting printf statement in some function and saw the below information play()-> RTPSink::st