Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Feature Request: Is timeshifting possible? #1

Closed
virtualdj opened this issue Jan 12, 2013 · 8 comments
Closed

Feature Request: Is timeshifting possible? #1

virtualdj opened this issue Jan 12, 2013 · 8 comments

Comments

@virtualdj
Copy link

In the recent TVHeadend versions, it is not possible anymore to pause a channel live HTTP stream because TVHeadend closes it. This is bad because you cannot pause a live event if you're not recording it.

Using your plugin is it possible to use the timeshifting features of TVHeadend to pause the stream from VLC by using HTSP protocol?

I'm using VLC v2.0.5 under Windows 7 (and later I will have to figure out how to compile it under Windows).
Thanks.

@BtbN
Copy link
Owner

BtbN commented Jan 13, 2013

I just implemented basic support for timeshifting.
Only Pause if working for now, with no way to return back to live without stopping and re-opening the stream.
I'll look into Forward/Rewind, but it seems more complicated to do, als VLC handles stuff a bit diffrent than TVH.

You can get compiled binarys from Jenkins: http://ci.btbn.de/job/vlc-htsp-plugin/

@virtualdj
Copy link
Author

Thanks, I tried the compiled version and it's working well. Congratulations!

The Pause command when using HTSP at least keeps the TVHeadend stream opened, so you can really pause a live channel (with HTTP it's no more possible, unfortunately).
Having FF/RW too would be perfect.

@BtbN
Copy link
Owner

BtbN commented Jan 14, 2013

You can freely skip in the stream by clicking in the progress bar, just no fast forward/rewind.

@BtbN
Copy link
Owner

BtbN commented Jan 14, 2013

But you need today's git snapshot of tvh for skip support, as absolute skipping just got implemented today.

@virtualdj
Copy link
Author

Thanks!

@virtualdj
Copy link
Author

I've just published a tutorial for your wonderful plugin on the QNAP forums for other users that would like to use it in conjuction with TVHeadend running on the NAS.

Thanks again!

@BtbN
Copy link
Owner

BtbN commented Jan 19, 2013

Great, thanks for making this a little bit more public :)
Just a few things: The plugin offers a full channel list as service discovery, you don't need to search for the channel IDs manualy. On the left side of VLC, unter the Local Network categroy, there's a HTS TVHeadend entry. You have to configure your server in the VLC settings for this to work. Just open the settings, switch to advanced mode and type HTSP in the search box. After a VLC restart the Service discovery schould work. At least if you entered the correct server details.

And the plugin belongs to .../vlcdir/plugins/access, but that shouldn't make any difference.

@BtbN BtbN closed this as completed Mar 16, 2013
@TRPB
Copy link

TRPB commented Jul 29, 2016

I can't seem to get this to work. Is there any documentation for this? Pause works, however if I try to rewind/fast-forward does not.

I've tried using playback > jump forward/backward/skip to position. They make the video pause for a second and then resume where they left off. Is there anything I need to configure to get this working?

I've enabled timeshift in both VLC and TVHeadened.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants