Is it possible to stream dvr-ms encoded files from the TV server recording facility? The reason is that I have recently came over from MCE I wanted to bring my recordings with me – so I set out and wrote a little routine that reads the DVR-MS files, parses the information (title, description, duration etc) and build SQL scripts which I import into the TV engines persistence store. And then simply copied the files across to the tv server.
My understanding is that DVR-MS = MPG encoding so was hoping that I would be supported for free as MP allows for MPG recording (thus streaming ) but seems that MP is looking for the TS stream (logs) only.
Failing any short term solution, I can convert to a ts stream – anyone got good batch converters that I could use?
I appreciate that this is completely against the standard functionality of MP.
Any help greatly appreciated.
Many Thanks,
Ian.
My understanding is that DVR-MS = MPG encoding so was hoping that I would be supported for free as MP allows for MPG recording (thus streaming ) but seems that MP is looking for the TS stream (logs) only.
PHP:
30-06-2007 18:12:22 ServerMediaSubsession:ctor
30-06-2007 18:12:22 MPEG2TstFileServerMediaSubsession::ctor:46f20a8
30-06-2007 18:12:22 Stream server: url for stream is rtsp://130.1.23.20/B84662A
30-06-2007 18:12:22 MPEG2TstFileServerMediaSubsession:createNewStreamSource:46f20a8
30-06-2007 18:12:22 ts:open C:\Recorded TV\Maxwell_BBC ONE_09_05_2007_01_53_03.dvr-ms
30-06-2007 18:12:22 ts:ctor:46f0f60
30-06-2007 18:12:22 ts:size -675720516
30-06-2007 18:12:22 MPEG1or2Demux:ctor:46f7570
30-06-2007 18:12:22 MPEG1or2DemuxedElementaryStream:ctor:4744640
30-06-2007 18:12:22 MPEG2TransportStreamFromPESSource::ctor:47446f8
30-06-2007 18:12:22 MPEG2TransportStreamFramer:ctor:47557d8
30-06-2007 18:12:23 MPEG2TransportStreamFramer:dtor:47557d8
30-06-2007 18:12:23 MPEG2TransportStreamFromPESSource::dtor:47446f8
30-06-2007 18:12:23 MPEG1or2DemuxedElementaryStream:dtor:4744640
30-06-2007 18:12:23 MPEG1or2Demux:dtor:46f7570
30-06-2007 18:12:23 ts:dtor:46f0f60
30-06-2007 18:12:23 MPEG2TstFileServerMediaSubsession:createNewStreamSource:46f20a8
30-06-2007 18:12:23 ts:open C:\Recorded TV\Maxwell_BBC ONE_09_05_2007_01_53_03.dvr-ms
30-06-2007 18:12:23 ts:ctor:46f0f60
30-06-2007 18:12:23 ts:size -675720516
30-06-2007 18:12:23 MPEG1or2Demux:ctor:46f7118
30-06-2007 18:12:23 MPEG1or2DemuxedElementaryStream:ctor:4744640
30-06-2007 18:12:23 MPEG2TransportStreamFromPESSource::ctor:471fc48
30-06-2007 18:12:23 MPEG2TransportStreamFramer:ctor:47557d8
30-06-2007 18:12:23 server:Play from 130.1.23.10 (0) (46f2280)
30-06-2007 18:12:24 ts:seek 0
30-06-2007 18:12:24 StreamParser::parsePack() saw strange byte
30-06-2007 18:12:24 00000085
30-06-2007 18:12:24 following pack_start_code
30-06-2007 18:12:24 StreamParser::parsePack() saw strange byte
30-06-2007 18:12:24 00000081
30-06-2007 18:12:24 following pack_start_code
30-06-2007 18:12:24 StreamParser::parsePack() saw strange byte
30-06-2007 18:12:24 000000C0
30-06-2007 18:12:24 following pack_start_code
30-06-2007 18:12:24 MPEG2TransportStreamFramer:dtor:47557d8
30-06-2007 18:12:24 MPEG2TransportStreamFromPESSource::dtor:471fc48
30-06-2007 18:12:24 MPEG1or2DemuxedElementaryStream:dtor:4744640
30-06-2007 18:12:24 MPEG1or2Demux:dtor:46f7118
30-06-2007 18:12:24 ts:dtor:46f0f60
Failing any short term solution, I can convert to a ts stream – anyone got good batch converters that I could use?
I appreciate that this is completely against the standard functionality of MP.
Any help greatly appreciated.
Many Thanks,
Ian.