home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
VideoLAN external player plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kroko" data-source="post: 342622" data-attributes="member: 45719"><p>Hi cboury,</p><p></p><p>I have test it with 0.9.6 and 0.9.8a. It plays now directly without a problem.</p><p></p><p>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:</p><p></p><p> option = new string[]{</p><p> ":http-caching=1000" ,</p><p> ":tcp-caching=1000",</p><p> ":udp-caching=1000",</p><p> ":snapshot-path=" + SnapDir,</p><p> ":record-path=" + RecDir,</p><p> ":timeshift-dir=" + RecDir + "\\timeshift",</p><p> ":access-filter=timeshift:record",</p><p> ":timeshift-force",</p><p> ":timeshift-granularity=50",</p><p> //":access-filter=timeshift",</p><p> //":no-overlay",</p><p> ":vout-filter=deinterlace",</p><p> ":deinterlace-mode=Bob"</p><p> };</p><p></p><p>and the I used the keypress to start the record</p><p></p><p>key = vlcControl.Player.getVariable("key-record");</p><p> vlcControl.Player.setVariable("key-pressed", key);</p><p></p><p>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.</p><p></p><p>Another way could be if record is pressed stop the stream and call vlc with record options something like in the command line</p><p></p><p>vlc -vvv <a href="http://192.168.0.100:31339/0,0x0064,0x0065,0x0066" target="_blank">http://192.168.0.100:31339/0,0x0064,0x0065,0x0066</a> --sout=#duplicate{dst=std{access=file,mux=asf,dst="c:\mk.avi"}}</p><p></p><p>I would love to use this plugin as well for my digital receiver to record what ever I want.</p><p></p><p>So far...</p><p></p><p></p><p><strong>About remote controls:</strong></p><p></p><p>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 <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p></p><p></p><p>Regards</p><p>kroko</p></blockquote><p></p>
[QUOTE="kroko, post: 342622, member: 45719"] 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 [url]http://192.168.0.100:31339/0,0x0064,0x0065,0x0066[/url] --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... [B]About remote controls:[/B] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
VideoLAN external player plugin
Contact us
RSS
Top
Bottom