Streaming only binary data
Posted: 14 Jan 2010 08:24
Hello!
I'm trying to use VLC to stream binary data. The file I'm generating contains data in the format needed by a motorola box (it just contains titles and authors for music).
The command line I'm using is:
But VLC reports:
es demux error: cannot peek
...
this does not look like an MPEG PS stream, continuing anyway
(It is not, is just a binary data file)
...
garbage at input, trying to resync...
...
I found this post:
viewtopic.php?f=4&t=59000&p=196844&hili ... ta#p196844
So I use the --sout-all option, but the same error arise.
I'm using VLC 1.0.2 Goldeneye on ubuntu (didn't compile it, just the provided binary).
What am I doing wrong?
Is VLC capable of make a stream of data only?
where should I read more information about it?
Any help will be much appreciated.
Regards!
I'm trying to use VLC to stream binary data. The file I'm generating contains data in the format needed by a motorola box (it just contains titles and authors for music).
The command line I'm using is:
Code: Select all
cvlc -vvv test1.dump --sout '#std{access=file,mux=ts,dst="output2.ts"}'
es demux error: cannot peek
...
this does not look like an MPEG PS stream, continuing anyway
(It is not, is just a binary data file)
...
garbage at input, trying to resync...
...
I found this post:
viewtopic.php?f=4&t=59000&p=196844&hili ... ta#p196844
So I use the --sout-all option, but the same error arise.
I'm using VLC 1.0.2 Goldeneye on ubuntu (didn't compile it, just the provided binary).
What am I doing wrong?
Is VLC capable of make a stream of data only?
where should I read more information about it?
Any help will be much appreciated.
Regards!