How to produce a raw video feed
Posted: 13 Jan 2009 19:58
I am adding a rawvid (rgb24) feed from my program (delta3d) and want to use vlc to transcode it and serve it up.
Specifically I want to do this...
Starting and running vlc in this way shows me that my program should be a tcp server that responds to...
...with a raw video feed.
Do you know where I might find the precise protocol for rawvid (rgb24)?
When testing the rawvid demuxer what do you use to create the rawvideo feed?
Am I posting this in the appropriate forum?
Specifically I want to do this...
Code: Select all
vlc --demux rawvid --rawvid_chroma RV24 --rawvid-width 800 --rawvid-height 600 "http://localhost:13002/"
Code: Select all
socat stdio tcp-listen:13002
Code: Select all
GET / HTTP/1.1
Host: localhost:13002
User-Agent: VLC media player - version 1.0.0-git Goldeneye - (c) 1996-2008 the VideoLAN team
Range: bytes=0-
Icy-MetaData: 1
Do you know where I might find the precise protocol for rawvid (rgb24)?
When testing the rawvid demuxer what do you use to create the rawvideo feed?
Am I posting this in the appropriate forum?