[Live-devel] Streaming from TV-Tuner Via Live

2008-04-01 Thread sanathkumar
Hi I refered to wis-streamer code which implements a FramedSource for go7007 tv-tuner I am using the live & wis-streamer on Windows XP service pack 2 I am attempting to build a Windows DirectShow filter which feeds video / audio frames to a custom FramedSource which implements t

Re: [Live-devel] stream mp3

2008-04-01 Thread Ross Finlayson
>From: "mean while" <[EMAIL PROTECTED]> You will be more likely to get an answer to your question if you start conducting yourself in a more professional manner. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] rtp over http

2008-04-01 Thread Ross Finlayson
>thanks for the quick reply. This option results for me in the same >empty files. The exact same options (-t and -T 80) both work on my >older (v2007.08.03) build of openRTSP . >So I would say that something must have changed. Please send us a (publically-accessible) "rtsp://" URL of a stream t

Re: [Live-devel] Receiving subsessions with custom codec

2008-04-01 Thread Ross Finlayson
>When implementing a new video streaming codec, in order to receive its >data in a custom client, is the only way to do so to hack >MediaSubsession::initiate to recognize and handle the codec? Yes. (This is not ideal, but for now it's the only way to do this.) -- Ross Finlayson Live Networks,

Re: [Live-devel] stream mp3

2008-04-01 Thread l'alchemiste
hi i want to use live media fo streaming video on windows mobile can yo help me ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] stream mp3

2008-04-01 Thread mean while
hi, I want to stream mp3 with livemedia. The source does not base on file but comes from memory one frame per time. Should I modify the MP3FileSource.cpp & MP3StreamState.cpp to read and parse the data? Should I use mp3adu format? Thanks very much. yours, mw

[Live-devel] Receiving subsessions with custom codec

2008-04-01 Thread Andreas Färber
Hello, When implementing a new video streaming codec, in order to receive its data in a custom client, is the only way to do so to hack MediaSubsession::initiate to recognize and handle the codec? Regards, Andreas ___ live-devel mailing list live-d

Re: [Live-devel] rtp over http

2008-04-01 Thread lodewijk
thanks for the quick reply. This option results for me in the same empty files. The exact same options (-t and -T 80) both work on my older (v2007.08.03) build of openRTSP . So I would say that something must have changed. On Apr 1, 2008, at 11:09 AM, Ross Finlayson wrote: >> hi, >> >> It se

Re: [Live-devel] rtp over http

2008-04-01 Thread Ross Finlayson
>hi, > >It seems like i'm not able anymore to receive rtp over http. While an >older build of openRTSP receives data properly, a build with the >latest source only results in empty files (audio-MPEG4-GENERIC-1 and >video-MP4V-ES-2) and network traffic stopping almost directly after >the session

[Live-devel] rtp over http

2008-04-01 Thread lodewijk
hi, It seems like i'm not able anymore to receive rtp over http. While an older build of openRTSP receives data properly, a build with the latest source only results in empty files (audio-MPEG4-GENERIC-1 and video-MP4V-ES-2) and network traffic stopping almost directly after the session ha

Re: [Live-devel] A question about reading video frames from memory

2008-04-01 Thread Ross Finlayson
>I try to modified testMPEG4VideoStreamer and find the FramedSource >is file-base. It does not fit my need because video frames are in >memory. I try to find other FramedSource, but no one seems to be >suitable for it. > >So, my question is what FramedSource that can fit my need or any >suggest