-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add seek support for youtube videos #34
Comments
+1 |
Is this an issue with Mopidy or with Mopidy-YouTube? P.S.: I'm dumb. I thought this was on the Mopidy repo, not the Mopidy-YouTube repo. |
I'm thinking about adding file caching, which passes a file on a disk to gstreamer. Using a cached file, rather than the file direct from YouTube might solve any seeking issues. New branch here: feature/cache Config option required:
Feedback appreciated. |
@pmb6tz @lukasmrtvy @BrainStone is anyone interested in testing this? I've merged into develop. Would be interested to hear if it helps, or if you're no longer interested (in which case I'll close the issue). Cheers. |
I currently don't use this software anymore. But if I would I'd still be interested, fyi. |
That's a good question @kingosticks! Somehow it ended up in the PlaybackProvider but I'm not convinced that I ever tested it, or even thought carefully about whether it is a good idea for this extension. |
I would have thought it'd make an impact (good or bad) for an issue like this. |
Yeah, absolutely it seems relevant. I will have a look at it - thanks for raising. |
Hey, thanks for the great work on this plugin!
It would be awesome if we could seek forward/backward in the videos. I know this is possible in mplayer w/ffmpeg using the same stream url that the plugin uses, so I wondered if it would be possible here.
If you want to point me in the right direction I could see about doing this myself and submitting a pull request. I mainly don't quite understand how to override the playback functionality myself.
The text was updated successfully, but these errors were encountered: