Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ryan Walklin
On Jul 12, 2008, at 5:09 PM, Ross Finlayson wrote: 2/ If you enable "testMPEG2TransportStreamer"s built-in RTSP server (by uncommenting the line #define IMPLEMENT_RTSP_SERVER 1 ), then can VLC play the stream? I have already enabled the RTSP server in my code. I wasn't asking abo

Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ross Finlayson
2/ If you enable "testMPEG2TransportStreamer"s built-in RTSP server (by uncommenting the line #define IMPLEMENT_RTSP_SERVER 1 ), then can VLC play the stream? I have already enabled the RTSP server in my code. I wasn't asking about your code; I was asking about mine :-) You should c

Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ryan Walklin
A couple of other points, here is the structure of a transport packet as given by EyeTV: typedef struct { unsigned long sync_byte : 8, transport_error_indicator : 1,

Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ryan Walklin
On Jul 12, 2008, at 4:32 PM, Ross Finlayson wrote: Does the unchanged "testMPEG3TransportStreamer" demo application work correctly when you stream a Transport Stream *file* that you previously recorded from your capture device? It should, but if - for some reason - it doesn't, then do not pr

Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ross Finlayson
Does the unchanged "testMPEG3TransportStreamer" demo application work correctly when you stream a Transport Stream *file* that you previously recorded from your capture device? It should, but if - for some reason - it doesn't, then do not proceed to step 2 :-) It does indeed. OK, now: 1/ Can V

Re: [Live-devel] live-devel Digest, Vol 57, Issue 13

2008-07-11 Thread soumya patra
ved nothing. The terminal screen return the usage instructions again. Did I do wrongly? Or do I misunderstand any part? Is there any solutions or how to solve the situation? Thanks a lot for your help on this. Hannah -- next part -- An HTML attachment was scrubbed... URL: <

Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ryan Walklin
Hi Ross, thanks for your quick reply. >I'm using an Elgato DVB-T USB tuner (EyeTV for DTT) in combination >with the livemedia library to stream a MPEG2-TS stream containing >h264 video and AAC audio (LATM encapsulation) via RTSP over my LAN. >I've based my streaming server on the testMPEG2Trans

Re: [Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ross Finlayson
I'm using an Elgato DVB-T USB tuner (EyeTV for DTT) in combination with the livemedia library to stream a MPEG2-TS stream containing h264 video and AAC audio (LATM encapsulation) via RTSP over my LAN. I've based my streaming server on the testMPEG2TransportStreamer sample. Does the unchanged

[Live-devel] Creating a RTSP stream from DVB-T hardware card

2008-07-11 Thread Ryan Walklin
Hi, I'm using an Elgato DVB-T USB tuner (EyeTV for DTT) in combination with the livemedia library to stream a MPEG2-TS stream containing h264 video and AAC audio (LATM encapsulation) via RTSP over my LAN. I've based my streaming server on the testMPEG2TransportStreamer sample. The EyeTV p

Re: [Live-devel] H264 SDP

2008-07-11 Thread Ross Finlayson
is your format type (97) correct? We use 96 Either is correct (provided that it doesn't clash with another substream (e.g., audio) that you're also sending. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list liv

Re: [Live-devel] live555 Test Programs

2008-07-11 Thread Ross Finlayson
+ For the testMP3Streamer, the output receiver is "Unable to open file "test.mp3" as a MP3 file source" Do you have a MP3 file named "test.mp3" in the same directory? + For testMP3Receiver, output is "Beginning receiving multicast stream..." Note that "testMP3Receiver" outputs its received (

Re: [Live-devel] H264 SDP

2008-07-11 Thread Jerry Johns
Are you sure you're creating your SDP properly? We've managed to get our streams working with VLC/Quicktime using proper SDP params Is your profile-level-id correct? Check the RFC spec on exact details As for Base64, try using this site to check your vals: http://www.paulschou.com/tools/xlate

[Live-devel] live555 Test Programs

2008-07-11 Thread Hannah
Hello, Could I ask you this question? I compiled the source code already and now testing the test programs. I try the MP3 Audio test programs as first example. + For the testMP3Streamer, the output receiver is "Unable to open file "test.mp3" as a MP3 file source" + For testMP3Receiver, output is "B