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
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
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,
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
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
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:
<
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
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
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
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
+ 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 (
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
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
13 matches
Mail list logo