Im trying to steam an ogg video file from fedora core 4 using the vlc command line, it's not working. It worked using the gui wizard on the same machine with the same file, viewed over the internet on another vlc player. Using the command line vlc, the second machine cant connect to it over the internet. Typing in the addres in the browser also does not offer to download a file.
I created the ogg file by converting an flv file. The ogg file plays on the local vlc player.
I type in:
vlc -vvv /home/AFF.ogg --sout '#standard{access=http,mux=ogg,dst=mymachinesip:8080}'
it responds:
remote control interface initialized. Type 'help' for help.
status change: ( new input : /home/AFF.ogg )
status change: ( audi volume: 256 )
status change: ( play state: 1 )
libdvdnav: Using dvdnav version 0.2.0cvs from http://dvd.sf.net
libdvdnav: DVD serial number: ' ~ M y q
libdvdnav: DVD Title (Alternative): W
libdvdnav" Unable to find map file '/root/.dvdnav/FxEiux0naoean.map'
libdvdread: Can't seek to block 2992585031
libdvdread: Can't seek to block 2992585032
libdvdread: Can't seek to block 2992585033
...etc..etc
Does any one know why it could work with the gui wizard but not with the command line?
Thanks