NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 59 60 61 62 63 … 93 Next »
GBPVR Web Streaming

 
  • 0 Vote(s) - 0 Average
GBPVR Web Streaming
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#1
2006-02-02, 06:21 PM
Hey all,

I've coded up something I hope you guys will like and use..

a streaming solution; it's an add-on to the web interface. after you login, you can open the streaming page. You will need to have VLC installed on the server and the client. through the web page, you choose the recording you want and choose the desired bandwidth quality (150k, 500k, etc). Based on what you specify, your recording will be transcoded on-the-fly and streamed to you (using mpeg4 for video and mp4/aac for the audio). Everything is done on the web; it will spawn a player window with an embedded VLC client with play/pause/seek controls, and you're ready to go. the seek feature is a bit experimental, but I think I'll keep it in.

from the server side, you would need to open up a port on your firewall/NAT router to allow for the streaming. I've tested this a few times when I was away from home and it worked well.

stay tuned, i'm finishing it up and will post it soon. (btw to sub in case you read this, i'd love to share this with you so that GBPVR can incorporate this in the future)
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2006-02-02, 06:42 PM
Nice....I had occasion to do something like this recently, my brother in law doesn't get pay sport and wanted to watch the Australian Tennis, so I whipped up a VLC batch file to do exactly that and he was able to get the video.

Was thinking about adding it into the web admin as a button, nice someone else thought of it as well.
dazzyb2k3
Offline

Member

Posts: 206
Threads: 21
Joined: Jul 2005
#3
2006-02-02, 09:46 PM
This sounds really good. I'm currently using ORB for similar functionality (which works pretty well) but would be great to have a more integrated solution.

Looking forward to to testing it Smile
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#4
2006-02-02, 10:15 PM
Sounds very nice! I also am looking forward to it.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#5
2006-02-03, 01:29 AM
dazzyb2k3 Wrote:This sounds really good. I'm currently using ORB for similar functionality (which works pretty well) but would be great to have a more integrated solution.

Looking forward to to testing it Smile


Diddo, using Orb, love it, but I woul love a intergrated solution better.

I too, look forward to giving it a try.
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
TobyO
Offline

Member

Posts: 88
Threads: 6
Joined: Sep 2005
#6
2006-02-04, 06:35 AM
Could this web interface then stream to an ipac or PSP? I currently stream music to the ipac no problem, but the video is to large for the IPAQ to play it smoothly. I use the gbpvr webadmin stream then use TCPMP with ffmpeg plugin on my ipaq to play the stream

TobyORolleyes
haxorboy
Offline

Member

Posts: 74
Threads: 5
Joined: Jan 2006
#7
2006-02-05, 08:25 PM
Oh a remote control/streaming solution for a PSP...now that made me happy to just think about.
[SIZE="1"]Samsung HL-S5087 50inch DLP XP Pro SP2 Nvidia 7800 w/HDMI PVR-500 Dvico Fusion5 Lite P4 3.2 1 GB RAM asRock mobo Turtle Beach Riviera 80GB/80GB Coolermaster ATC-610 Harmony 880 w/Girder
GB-PVR 099.12 w/Weather, Enhanced Web Admin, Sports Scores, Theater Listings, Newsfeed, Sassari[/size]
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#8
2006-02-08, 01:30 PM
sgilani Wrote:stay tuned, i'm finishing it up and will post it soon.
Any word? I have been using orb, but I really don't trust it.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#9
2006-02-10, 08:35 PM
Pioneer4x4 Wrote:Any word? I have been using orb, but I really don't trust it.

I just uploaded a very early alpha release in the Community Announcements... link here
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2006-02-10, 09:47 PM
Bug found.....reported in Communuty Thread....here is same info below:


UncleJohnsBand Wrote:Same here.....below is the message from the server. This is proabably what it is....I don't have this directory on my machine: d:\my documents\my music\vlc\stream.aspx.cs:86

Server Error in '/gbpvr' Application.

Length cannot be less than zero. Parameter name: length

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length]
System.String.Substring(Int32 startIndex, Int32 length) +172
webStreamer.WebForm1.Page_Load(Object sender, EventArgs e) in d:\my documents\my music\vlc\stream.aspx.cs:86
System.Web.UI.Control.OnLoad(EventArgs e) +55
System.Web.UI.Control.LoadRecursive() +27
System.Web.UI.Page.ProcessRequestMain() +750
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Video streaming URL and parameters? cncb 1 1,760 2021-10-22, 06:58 PM
Last Post: sub
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 33,387 2015-08-20, 05:11 PM
Last Post: sub
  Advice on which streaming method to use fred250 17 6,158 2013-09-14, 11:14 AM
Last Post: fred250
  Streaming media imilne 44 12,790 2012-12-14, 04:05 AM
Last Post: mvallevand
  On-the-fly transcoding for streaming recordings / videos bgowland 6 3,982 2012-06-03, 03:10 AM
Last Post: bgowland
  Roku & GBPVR pvruser 16 11,451 2011-10-16, 08:31 PM
Last Post: pvruser
  (Yet Another) Rename Helper script for GBPVR & NPVR pvruser 2 2,676 2011-07-22, 01:27 AM
Last Post: pvruser
  NPVR HTTP streaming bug? tmrt 3 1,819 2010-12-28, 11:48 PM
Last Post: tmrt
  Live GBPVR CD/DVD/Thumb drive :D pBS 101 28,198 2010-01-03, 06:22 AM
Last Post: pBS
  some help on basic gbpvr plugin code Etacovda 12 4,591 2009-06-14, 08:24 PM
Last Post: Etacovda

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

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

Linear Mode
Threaded Mode