NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 24 25 26 27 28 … 47 Next »
Stream Skipping

 
  • 0 Vote(s) - 0 Average
Stream Skipping
JonnyCam
Offline

Posting Freak

Posts: 1,153
Threads: 87
Joined: Feb 2006
#1
2008-05-04, 10:30 PM
Hey,
Not sure if this has been asked before, but on the "now streaming" screen I can skip the stream forward 10 secs when viewing with VLC (but have never been able to do this with WMP)

Is there some way of changing the skip time, or a freeform box to enter a skip to time command?
Sometimes when recording the football, I will see the first half at home, and want to watch the second when I get to work - meaning I have to either let the first half run all the way through, or stop the recording when I leave home, and then start it again.

Thanks
"Shut up brain, or I'll stab you with a Q-Tip!"

--= Win7, C2D 2.93 GHz, ASUS 9400GT Silent, 2GB Ram, Few HDD's, 3TB unRAID server, Samsung 50" 1080p Plasma via HDMI, 40" 1080i LCD via VGA =-- * PVR2000 Analog PCI / Avermedia DVB-S PCI / Hauppauge 2200 DVB/Analog * PCH GBPVR Client * *BD-E6500 w/ NPVR client*
leaded1
Offline

Member

Posts: 135
Threads: 15
Joined: Jul 2007
#2
2008-05-22, 01:20 PM
I just wanted to bump up this question. I just 10 second skipped to the end of the 2 hour American Idol Finale and would love a way to change the option to 30 or 60 seconds.
Server - AMD 6 Core windows 10 with Hauppage WINTV-PVR2 USB2, HDHomerun Dual, and WINTV-HVR 1600 tuners | Clients -PCH A-100 and iOS
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#3
2008-05-23, 04:14 AM
Added this to the wishlist on the wiki so I don't loose track of it. Wink
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
toomanyhandles
Offline

Member

Posts: 234
Threads: 71
Joined: Feb 2006
#4
2008-08-12, 10:22 AM
Where can I edit this value on the backend in the meantime? I don't care too much about a UI to change it around but I've searched a little and do not see it set.

Thank you-
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2008-08-14, 02:43 PM
toomanyhandles Wrote:Where can I edit this value on the backend in the meantime? I don't care too much about a UI to change it around but I've searched a little and do not see it set.

Thank you-

These two methods in Player.aspx.cs or Player2.aspx.cs for the CSS based screens are listed below:

Code:
//Method that makes VLC on the server skip forward 10 seconds on the currently playing item
        protected static void skipForwardStream(object sender, EventArgs e)
        {
            StreamerPost strmPost = new StreamerPost();
            strmPost.Url = "http://localhost:8080/";
            strmPost.PostItems.Add("seek_value", "+10sec");
            strmPost.PostItems.Add("control", "seek");
            strmPost.Type = StreamerPost.PostTypeEnum.Get;
            string result = strmPost.Post();
            result = String.Empty;
        }

        //Method that makes VLC on the server skip backward 10 seconds on the currently playing item
        protected static void skipBackwardStream(object sender, EventArgs e)
        {
            StreamerPost strmPost = new StreamerPost();
            strmPost.Url = "http://localhost:8080/";
            strmPost.PostItems.Add("seek_value", "-10sec");
            strmPost.PostItems.Add("control", "seek");
            strmPost.Type = StreamerPost.PostTypeEnum.Get;
            string result = strmPost.Post();
            result = String.Empty;
        }
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
leaded1
Offline

Member

Posts: 135
Threads: 15
Joined: Jul 2007
#6
2008-08-14, 03:09 PM
This is awesome, just tried switching "+10sec" to "+60sec" and it works like a charm!

Thanks,
Leaded
Server - AMD 6 Core windows 10 with Hauppage WINTV-PVR2 USB2, HDHomerun Dual, and WINTV-HVR 1600 tuners | Clients -PCH A-100 and iOS
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't stream existing recordings Bobins 44 15,354 2018-07-18, 08:19 PM
Last Post: sub
  Error when trying to stream from NEWA on PC jksmurf 2 2,791 2017-02-27, 05:12 AM
Last Post: jksmurf
  Can't stream recordings to desktop browser but Live TV works. Bobins 8 4,454 2016-12-15, 07:40 PM
Last Post: Bobins
  Can't get live stream to work tripkip 2 2,986 2016-06-19, 01:48 PM
Last Post: UncleJohnsBand
  stream recorded nextpvr programs over internet? JJTraxx 6 7,056 2015-08-16, 09:21 PM
Last Post: UncleJohnsBand
  No Sound when trying to stream using the H264/MP4A/MPEG-TS Streamer Transcode Preset ww4397 17 9,921 2014-09-11, 12:46 AM
Last Post: UncleJohnsBand
  Computer Goes to Sleep in mid-Stream ww4397 5 3,321 2014-08-09, 03:12 PM
Last Post: UncleJohnsBand
  stream settings? OTAjunkie 3 1,771 2013-12-13, 01:47 AM
Last Post: UncleJohnsBand
  Cannot stream TV outside LAN ManicsMan 10 5,536 2013-04-08, 10:08 PM
Last Post: UncleJohnsBand
  NEWA -> Stream = delete recording? ioan 18 5,823 2012-04-14, 03:41 PM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode