Normal
Hi cboury,I have test it with 0.9.6 and 0.9.8a. It plays now directly without a problem.Ayway in my other project MyDreamboxTV I used the activeX Part of vlc 0.8.6. To record I set the access filter like this: option = new string[]{ ":http-caching=1000" , ":tcp-caching=1000", ":udp-caching=1000", ":snapshot-path=" + SnapDir, ":record-path=" + RecDir, ":timeshift-dir=" + RecDir + "\\timeshift", ":access-filter=timeshift:record", ":timeshift-force", ":timeshift-granularity=50", //":access-filter=timeshift", //":no-overlay", ":vout-filter=deinterlace", ":deinterlace-mode=Bob" };and the I used the keypress to start the recordkey = vlcControl.Player.getVariable("key-record"); vlcControl.Player.setVariable("key-pressed", key);It was very similar in the libvlc.dll in 0.8.6. Now it looks there is a huge change so maybe we need to wait for the developer to implement some method to handle records. I really missing it. In my other project I was still trying using the activeX part, put many functions are broken right now. So that was the time I was playing with the wrapper. And again it solved my problems so far.Another way could be if record is pressed stop the stream and call vlc with record options something like in the command linevlc -vvv http://192.168.0.100:31339/0,0x0064,0x0065,0x0066 --sout=#duplicate{dst=std{access=file,mux=asf,dst="c:\mk.avi"}}I would love to use this plugin as well for my digital receiver to record what ever I want.So far...About remote controls:I just bought a X10 MCE remote control on Ebay. Price was about 6$ and it works with MP. Maybe thats an option as well for everybody who has like me no tv card. I watch mostly streams Regardskroko
Hi cboury,
I have test it with 0.9.6 and 0.9.8a. It plays now directly without a problem.
Ayway in my other project MyDreamboxTV I used the activeX Part of vlc 0.8.6. To record I set the access filter like this:
option = new string[]{
":http-caching=1000" ,
":tcp-caching=1000",
":udp-caching=1000",
":snapshot-path=" + SnapDir,
":record-path=" + RecDir,
":timeshift-dir=" + RecDir + "\\timeshift",
":access-filter=timeshift:record",
":timeshift-force",
":timeshift-granularity=50",
//":access-filter=timeshift",
//":no-overlay",
":vout-filter=deinterlace",
":deinterlace-mode=Bob"
};
and the I used the keypress to start the record
key = vlcControl.Player.getVariable("key-record");
vlcControl.Player.setVariable("key-pressed", key);
It was very similar in the libvlc.dll in 0.8.6. Now it looks there is a huge change so maybe we need to wait for the developer to implement some method to handle records. I really missing it. In my other project I was still trying using the activeX part, put many functions are broken right now. So that was the time I was playing with the wrapper. And again it solved my problems so far.
Another way could be if record is pressed stop the stream and call vlc with record options something like in the command line
vlc -vvv http://192.168.0.100:31339/0,0x0064,0x0065,0x0066 --sout=#duplicate{dst=std{access=file,mux=asf,dst="c:\mk.avi"}}
I would love to use this plugin as well for my digital receiver to record what ever I want.
So far...
About remote controls:
I just bought a X10 MCE remote control on Ebay. Price was about 6$ and it works with MP. Maybe thats an option as well for everybody who has like me no tv card. I watch mostly streams
Regards
kroko