SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #201  
Old 02-02-2011, 10:35 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Have you tried contacting the VPlayer author so he could try making it more compliant?
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #202  
Old 02-03-2011, 09:16 AM
Jason's Avatar
Jason Jason is offline
Sage Expert
 
Join Date: Nov 2003
Location: Texas
Posts: 598
Quote:
Originally Posted by Fonceur View Post
Have you tried contacting the VPlayer author so he could try making it more compliant?
Done... I sent an email with the issues as well as a link to the specific posting listing the issues.

-Jason
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<--
Reply With Quote
  #203  
Old 02-03-2011, 09:39 AM
redondo_se redondo_se is offline
Sage Advanced User
 
Join Date: May 2007
Posts: 191
Glad you made some progress. Thanks for looking into it.

Quote:
Originally Posted by jreichen View Post
  • VPlayer's timeline displays a constant negative time value and does not allow seeking within the video.
I notice that the Nasa stream does that in Vplayer, but the apple "bip/bop" sample does not. I assume it's because the "bip/bop" stream is fixed length, and the Nasa stream is not. But, it seems like maybe you could give the "current fixed length" and keep adjusting that as the SageTV file grows ... ? Again, I'm not clear on HLS details.

Quote:
Originally Posted by jreichen View Post
It was also brought to my attention that Android 3.0 will come with a media player that supports HTTP Live Streaming. Obviously I'd rather support something that ships with the OS, but we'll have to see. I'm still waiting for Samsung to deliver 2.2 for my Captivate. Not that it's a big deal that it shuts off by itself at random times or anything.
Isn't 3.0 only for tablets? That won't help us Android phone users.
Reply With Quote
  #204  
Old 02-03-2011, 09:40 AM
Jason's Avatar
Jason Jason is offline
Sage Expert
 
Join Date: Nov 2003
Location: Texas
Posts: 598
Quote:
Originally Posted by jreichen View Post
It was also brought to my attention that Android 3.0 will come with a media player that supports HTTP Live Streaming. Obviously I'd rather support something that ships with the OS, but we'll have to see. I'm still waiting for Samsung to deliver 2.2 for my Captivate. Not that it's a big deal that it shuts off by itself at random times or anything.
Yes... Honeycomb has a new framework (Stagefright) versus the 'old' OpenCore framework. However that will be a while on our Samsung units... As an FYI, you can get 2.2 for your fascinate right now.... Here is the XDA link to the forum. I have the Epic and am running a 2.2.1 ROM (Nebula)

Considering that 2.2 supports the HTML5 <video> tag, have you thought about adding the videojs.com player? Considering that you use the jquery library for browser identification, an alternate page on the server could add the necessary streaming for android (and others including non Quicktime X non-mobile browsers...) to work.

-Jason
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<--

Last edited by Jason; 02-03-2011 at 09:44 AM.
Reply With Quote
  #205  
Old 02-03-2011, 09:43 AM
Jason's Avatar
Jason Jason is offline
Sage Expert
 
Join Date: Nov 2003
Location: Texas
Posts: 598
Quote:
Originally Posted by redondo_se View Post
I notice that the Nasa stream does that in Vplayer, but the apple "bip/bop" sample does not. I assume it's because the "bip/bop" stream is fixed length, and the Nasa stream is not. But, it seems like maybe you could give the "current fixed length" and keep adjusting that as the SageTV file grows ... ? Again, I'm not clear on HLS details.
My EPIC streams both! Which Android version are you running? I am running a 2.2.1 version (See above...)

-Jason
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<--
Reply With Quote
  #206  
Old 02-03-2011, 09:49 AM
redondo_se redondo_se is offline
Sage Advanced User
 
Join Date: May 2007
Posts: 191
Quote:
Originally Posted by Jason View Post
My EPIC streams both! Which Android version are you running? I am running a 2.2.1 version (See above...)

-Jason
I can stream both on my phone, but the Nasa streams show a negative time value and you can't seek. I also have an Epic. I'm running Midnight ROM v2.1.1 (froyo DK28).

You mentioned videojs.com, there is also JW Player. I wonder what the experience would be like with one of these "embedded" players. I mean, would it be as nice as playing the stream in a standalone player full screen?
Reply With Quote
  #207  
Old 02-03-2011, 11:14 AM
Jason's Avatar
Jason Jason is offline
Sage Expert
 
Join Date: Nov 2003
Location: Texas
Posts: 598
Quote:
Originally Posted by redondo_se View Post
I can stream both on my phone, but the Nasa streams show a negative time value and you can't seek. I also have an Epic. I'm running Midnight ROM v2.1.1 (froyo DK28).

You mentioned videojs.com, there is also JW Player. I wonder what the experience would be like with one of these "embedded" players. I mean, would it be as nice as playing the stream in a standalone player full screen?
Well, they both are based on Video for Everybody (or at least use the same design elements...). Video for Everybody (VfE) uses no javascript, so it does not work for Android (<2.1), Mediaelementjs.com (an offshoot of VfE...) use a Flash 'forward' compatible player, which leaves videojs.com as the fully 'compatible' HTML5 compliant player.

jwPlayer also embeds a flashplayer plugin like mediaelementjs, so I would go with videojs as the non-flash choice. The problem with videojs is that it does allow a full screen experience on Android (afaik...), so that is a downside.

-Jason
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<--
Reply With Quote
  #208  
Old 02-03-2011, 05:46 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by Jason View Post
Done... I sent an email with the issues as well as a link to the specific posting listing the issues.

-Jason
Thanks, we'll see what kind of response we get.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #209  
Old 02-03-2011, 05:54 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by redondo_se View Post
Glad you made some progress. Thanks for looking into it.

I notice that the Nasa stream does that in Vplayer, but the apple "bip/bop" sample does not. I assume it's because the "bip/bop" stream is fixed length, and the Nasa stream is not. But, it seems like maybe you could give the "current fixed length" and keep adjusting that as the SageTV file grows ... ? Again, I'm not clear on HLS details.
Are you referring to the
Code:
#EXT-X-ENDLIST
line at the end of the playlist? If that line is present it means the list is complete and the client doesn't need to redownload the playlist again. This would be the case for a Sage recording that has finished. If the line is not present, it means it's a live stream and that more segments will be added so the client should download a new copy of the playlist at some point. I don't really have a choice as to when I include that or when I don't. Again, it's something else that's in the spec but VPlayer doesn't handle properly.

Quote:
Originally Posted by redondo_se View Post
Isn't 3.0 only for tablets? That won't help us Android phone users.
That's been the focus so far but there has been some new news that 3.0 will run on phones at some point. I think it will happen but I'm not holding my breath, though.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #210  
Old 02-03-2011, 06:08 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by Jason View Post
... As an FYI, you can get 2.2 for your fascinate right now.... Here is the XDA link to the forum. I have the Epic and am running a 2.2.1 ROM (Nebula)

Considering that 2.2 supports the HTML5 <video> tag, have you thought about adding the videojs.com player? Considering that you use the jquery library for browser identification, an alternate page on the server could add the necessary streaming for android (and others including non Quicktime X non-mobile browsers...) to work.

-Jason
Thanks for the link. I was holding out for an official update but at some point I'll try rooting it since they're so slow releasing updates.

The problem right now isn't really the embedding of the html tags, but more about the video codec (H264 vs WebM vs Theora) and protocol (HTTP progressive download vs HTTP Live Streaming). In order to do the real time transcoding I have to use HTTP Live Streaming.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #211  
Old 02-05-2011, 10:34 AM
jptheripper jptheripper is offline
Sage Fanatic
 
Join Date: Dec 2007
Location: Florida
Posts: 956
I love the interface. Lots of quality coding there.

On my Droid the apple stream works (launches vplayer) but the nasa stream does the text thing. Happy to test anything you want.
__________________
Gigabyte GA-MA770-DS3/4gb DDR2/AMD Phenom 955 3.2ghz Quad Core
Windows 7 64bit Home Premium
Hauppauge 1600/1850/2250/colossus/2650(CableCard 2 tuner)
8tb RAID5 storage/media/other &3tb RAID5 backup storage on a HighPoint RocketRaid 2680
1tb 3 disk Recording Pool
all in a beautiful Antec 1200
SageMyMovies/Comskip/PlayON/SageDCT/SRE
HD100/HD300 extenders
Reply With Quote
  #212  
Old 02-09-2011, 07:39 PM
aedgington aedgington is offline
Sage Advanced User
 
Join Date: Sep 2006
Posts: 86
So I just discovered this... and... I'm just speechless.

Wow.

WOW.

You are the man. THE MAN. I'm just... mindblown lol.
Reply With Quote
  #213  
Old 02-11-2011, 11:37 AM
redondo_se redondo_se is offline
Sage Advanced User
 
Join Date: May 2007
Posts: 191
Quote:
Originally Posted by jreichen View Post
  • The playlist must have the full URL in it for each segment, which as far as I can tell does not follow the standard. This wouldn't be a blocker, I could create full URLs with a little refactoring of my code.
  • It does not support Variant Playlists, which are the higher level playlists redondo_se discussed earlier. Or at least it doesn't support them very well. It kept going in circles trying to decide which bitrate to play and never did begin playback. Without these it will not do variable bitrate streaming.
Fyi, I just tried opening the Apple bip/bop Variant playlist from the browser, and it did prompt me to open Vplayer and started playing the first item in the list. I don't know that it's actually going to dynamically change the stream based on available bandwidth, but it played. Also, that Apple playlist does not use the full URL for each segment, they are relative.

Try this link:

Apple Bip Bop All
Reply With Quote
  #214  
Old 02-17-2011, 09:18 AM
jptheripper jptheripper is offline
Sage Fanatic
 
Join Date: Dec 2007
Location: Florida
Posts: 956
IS there anyway (in a development context) to remove the "check the browser/OS" in the code so those of us on android can test streaming at our own peril???

please please please
__________________
Gigabyte GA-MA770-DS3/4gb DDR2/AMD Phenom 955 3.2ghz Quad Core
Windows 7 64bit Home Premium
Hauppauge 1600/1850/2250/colossus/2650(CableCard 2 tuner)
8tb RAID5 storage/media/other &3tb RAID5 backup storage on a HighPoint RocketRaid 2680
1tb 3 disk Recording Pool
all in a beautiful Antec 1200
SageMyMovies/Comskip/PlayON/SageDCT/SRE
HD100/HD300 extenders
Reply With Quote
  #215  
Old 02-17-2011, 09:59 PM
Jason's Avatar
Jason Jason is offline
Sage Expert
 
Join Date: Nov 2003
Location: Texas
Posts: 598
Quote:
Originally Posted by jptheripper View Post
IS there anyway (in a development context) to remove the "check the browser/OS" in the code so those of us on android can test streaming at our own peril???

please please please
Sure... Use the Dolphin Browser HD and use the setting to change the browser type to iPhone...
__________________
True standalone tuner functionality with the --> HAVA Channel Changer<--
Reply With Quote
  #216  
Old 02-18-2011, 01:06 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Regarding the various HTTP live streaming test on Android devices, if you are running Android OS 2.3 or newer, try

httplive://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8

or such... Basically you have to substitute the HTTP by HTTPLIVE, it seems dumb for them to have made up a new prefix, but...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
  #217  
Old 02-18-2011, 01:09 PM
redondo_se redondo_se is offline
Sage Advanced User
 
Join Date: May 2007
Posts: 191
Quote:
Originally Posted by Fonceur View Post
Regarding the various HTTP live streaming test on Android devices, if you are running Android OS 2.3 or newer, try

httplive://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8

or such... Basically you have to substitute the HTTP by HTTPLIVE, it seems dumb for them to have made up a new prefix, but...
I saw that tidbit on XDA. Only problem is when the hell will anyone with a non google phone get 2.3? I have 2.2 on my epic 4G only because I'm running a custom ROM that was leaked.
Reply With Quote
  #218  
Old 02-18-2011, 01:15 PM
jptheripper jptheripper is offline
Sage Fanatic
 
Join Date: Dec 2007
Location: Florida
Posts: 956
I have a motorola Droid (v1) running Android 2.3.2 (Build GRH78C)

The test stream works perfectly in vplayer. Time counter is perfect, i can fast move back and forth in stream as well!!!!!

Quote:
Originally Posted by Fonceur View Post
Regarding the various HTTP live streaming test on Android devices, if you are running Android OS 2.3 or newer, try

httplive://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8

or such... Basically you have to substitute the HTTP by HTTPLIVE, it seems dumb for them to have made up a new prefix, but...
__________________
Gigabyte GA-MA770-DS3/4gb DDR2/AMD Phenom 955 3.2ghz Quad Core
Windows 7 64bit Home Premium
Hauppauge 1600/1850/2250/colossus/2650(CableCard 2 tuner)
8tb RAID5 storage/media/other &3tb RAID5 backup storage on a HighPoint RocketRaid 2680
1tb 3 disk Recording Pool
all in a beautiful Antec 1200
SageMyMovies/Comskip/PlayON/SageDCT/SRE
HD100/HD300 extenders
Reply With Quote
  #219  
Old 02-18-2011, 01:17 PM
jptheripper jptheripper is offline
Sage Fanatic
 
Join Date: Dec 2007
Location: Florida
Posts: 956
Quote:
Originally Posted by redondo_se View Post
I saw that tidbit on XDA. Only problem is when the hell will anyone with a non google phone get 2.3? I have 2.2 on my epic 4G only because I'm running a custom ROM that was leaked.
ROMs dont need to be leaked. The code is open source, someone just has to write and compile.

I run blackdroidmod's ROM called Ultimate Droid 3.0.0

theultimatedroid.com
__________________
Gigabyte GA-MA770-DS3/4gb DDR2/AMD Phenom 955 3.2ghz Quad Core
Windows 7 64bit Home Premium
Hauppauge 1600/1850/2250/colossus/2650(CableCard 2 tuner)
8tb RAID5 storage/media/other &3tb RAID5 backup storage on a HighPoint RocketRaid 2680
1tb 3 disk Recording Pool
all in a beautiful Antec 1200
SageMyMovies/Comskip/PlayON/SageDCT/SRE
HD100/HD300 extenders
Reply With Quote
  #220  
Old 02-18-2011, 03:19 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by jptheripper View Post
The test stream works perfectly in vplayer.
Well, my understanding is that the httplive:// would work in the default media player, no need for VPlayer...
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API
MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC
TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device
TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2
TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad
Reply With Quote
Reply

Tags
mobile, web


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Plugin: Mobile Web UI for v7 jreichen SageTV v7 Customizations 145 03-07-2016 08:47 AM
Support: Mobile Web Interface V2 iOS Streaming jreichen SageTV v7 Customizations 225 09-22-2013 01:19 AM
Plugin: Mobile Web Interface 1.2 jreichen SageTV Customizations 281 06-17-2011 02:20 PM
FAQ: Mobile Web Interface V2 iOS Streaming jreichen SageTV v7 Customizations 3 11-07-2010 08:28 PM
Wanted: Developer for Web Interface Mobile Brent SageTV Customizations 249 02-09-2009 11:21 PM


All times are GMT -6. The time now is 01:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.