Hi,
I would like to stream the recorded files of my DVB-T settop box using the VLC.
BACKGROUND:
The Recordings are splitted up into several File on a harddisk drive thats accessible via FTP or SMB. To view the recording the header of the first MPEG2 TS file has to be patched and all other file chunks have to be concatenated to build one file containing the recorded MPEG TS.
STATE:
I've been capable to build up a simple Proxy -HTTP Server in JAVA to do all the operation above so the recording could be viewed with the VLC using the http:// protocol.
PROBLEM:
With the http protocol it seems not possible to cue the stream forward and backwards as with a local or smb file. What other protocol should used for the proxy instead for VLC to support the cue forward/backward operation?
Of cause: it should be easy to be implemented (in JAVA) and be well documented. What protocol do the VLC expert suggest?