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
  #821  
Old 03-10-2011, 01:08 PM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
Quote:
Originally Posted by Fonceur View Post
Are you saying that you can stream to your Droid over wifi but not over 3G? If so, than make sure you have forwarded the streaming port (7070 in your case), or maybe try another one in case your provider is blocking it.
I am using wifi outside of local network. Opened port here at work. Switched to 554 as well. Tried 3g and have same issue. Also reinstalled ac3 filter and that fix that issue. But still unable to stream. If I figure it out I will post my findings.
Reply With Quote
  #822  
Old 03-10-2011, 04:19 PM
Doubledose's Avatar
Doubledose Doubledose is offline
Sage Aficionado
 
Join Date: Feb 2010
Location: N. E. Indiana
Posts: 309
Fonceur

I turned off the firewall and then tried this on the server machine: rtsp://192.168.xxx.xxx:554/stream.sdp
and got this: Your input can't be opened:
VLC is unable to open the MRL 'rtsp://192.168.xxx.xxx:554/stream.sdp'. Check the log for details.
__________________
New setup 1-22
GIGABYTE B560 HD3 MB | Intel I5 6 core CPU | 500 GB WD SSD system drive | (2) 2TB Western Digital SSD drives pooled | 16 GB DDR ram | UHD 630 on board graphics| Win 10 64 bit | SageTV 9 | (5) Sage HD TV extenders | (1) HDHomeRun quad tuner HD OTA | (1) HDHomeRun Dual tuner HD OTA | (2) 1512 HD-PVR2s recording from 2 Dish Network VIP 211K's with Uirt ir control | MX-700 Home theater remote | 60" LED TV | (4) 32" Lcd TV's
Reply With Quote
  #823  
Old 03-11-2011, 12:26 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by Doubledose View Post
I turned off the firewall and then tried this on the server machine: rtsp://192.168.xxx.xxx:554/stream.sdp
and got this: Your input can't be opened:
VLC is unable to open the MRL 'rtsp://192.168.xxx.xxx:554/stream.sdp'. Check the log for details.
Well, if you can't even stream from VLC to VLC on the same machine, then of course it will never work on the Android device...

What you might want to do is copy the whole VLC command line from your sagetv_0.txt log file, paste it in notepad and save it as mystream.cmd or such. Then open up a command prompt, execute that file and see if there's any error. If all is fine, launch another instance of VLC on that machine and try accessing that network stream.

Not directly linked, but since you are running the Android OS 2.3, are you able to stream the following in Safari:

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

That's using Apple's HTTP Live streaming, which could be an alternative to the whole VLC mess...
__________________
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
  #824  
Old 03-11-2011, 03:37 PM
Doubledose's Avatar
Doubledose Doubledose is offline
Sage Aficionado
 
Join Date: Feb 2010
Location: N. E. Indiana
Posts: 309
Fonceur
I am not sure what response I should get in a command window. Is this the command line you are talking about:
Code:
 "C:/Program Files/VideoLAN/VLC/vlc.exe" -I dummy --one-instance --extraintf oldhttp --sout-keep --no-sout-rtp-sap --no-sout-standard-sap --rtsp-caching=5000 -f "F:\Sageshows-3\SurvivorRedemptionIsland-6324665-0.mpg" --sout "#duplicate{dst='transcode{soverlay,ab=100,samplerate=44100,channels=2,acodec=mp4a,vcodec=h264,width=352,height=240,vfilter="canvas{width=352,height=240,aspect=16:9}",fps=29,vb=200,venc=x264{vbv-bufsize=500,partitions=all,level=12,no-cabac,subme=7,threads=4,ref=2,mixed-refs=1,bframes=0,min-keyint=1,keyint=50,trellis=2,direct=auto,qcomp=0.0,qpmax=51,deinterlace}}:gather:rtp{sdp=rtsp://:554/stream.sdp}'}" vlc://quit
I put that into a notepad file as you said and named it mystream.cmd. I then executed that file and got continuos lines changing the bits until I stopped it reading. It was continuosly running this line changing the bits. X264 Warning : ubv underflow (-1215bits) I did not see any errors.
If the above is the line you wanted me to put in the vlc, I tried to put it into the network stream and got the error: your input cannot be opened
Wayne
__________________
New setup 1-22
GIGABYTE B560 HD3 MB | Intel I5 6 core CPU | 500 GB WD SSD system drive | (2) 2TB Western Digital SSD drives pooled | 16 GB DDR ram | UHD 630 on board graphics| Win 10 64 bit | SageTV 9 | (5) Sage HD TV extenders | (1) HDHomeRun quad tuner HD OTA | (1) HDHomeRun Dual tuner HD OTA | (2) 1512 HD-PVR2s recording from 2 Dish Network VIP 211K's with Uirt ir control | MX-700 Home theater remote | 60" LED TV | (4) 32" Lcd TV's
Reply With Quote
  #825  
Old 03-11-2011, 04:03 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by Doubledose View Post
I then executed that file and got continuos lines changing the bits until I stopped it reading. It was continuosly running this line changing the bits. X264 Warning : ubv underflow (-1215bits) I did not see any errors.
So basically VLC is choking on it, which explains why you're not able to stream the file... Try to increase the value of vbv-bufsize=500, maybe at 1000 or more...
__________________
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
  #826  
Old 03-11-2011, 04:40 PM
Doubledose's Avatar
Doubledose Doubledose is offline
Sage Aficionado
 
Join Date: Feb 2010
Location: N. E. Indiana
Posts: 309
Code:
fps\=29,vb\=200,venc\=x264{vbv-bufsize\=500
Is this the line you are talking about? It was already on 500. Before I go changing anything let me know if that line above is the right one. Actually I see a couple more of these in the streaming transcode options. Is there one in particular I should change?
Wayne
__________________
New setup 1-22
GIGABYTE B560 HD3 MB | Intel I5 6 core CPU | 500 GB WD SSD system drive | (2) 2TB Western Digital SSD drives pooled | 16 GB DDR ram | UHD 630 on board graphics| Win 10 64 bit | SageTV 9 | (5) Sage HD TV extenders | (1) HDHomeRun quad tuner HD OTA | (1) HDHomeRun Dual tuner HD OTA | (2) 1512 HD-PVR2s recording from 2 Dish Network VIP 211K's with Uirt ir control | MX-700 Home theater remote | 60" LED TV | (4) 32" Lcd TV's

Last edited by Doubledose; 03-11-2011 at 04:43 PM.
Reply With Quote
  #827  
Old 03-11-2011, 04:52 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by Doubledose View Post
Is this the line you are talking about?
I'm talking of the file you are executing, there's only one place for it... You need to get VLC working on its own before you can think of using it through SageTCPServer/TaSageTV...

Quote:
It was already on 500.
Which is why I said to increase it to 1000 or more...
__________________
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
  #828  
Old 03-12-2011, 10:33 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 1.61

- Moved the TV guide to the Recordings section.
- Changed some rooted device's registration.
__________________
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
  #829  
Old 03-16-2011, 09:29 PM
jm9843 jm9843 is offline
Sage Aficionado
 
Join Date: Oct 2003
Posts: 288
Honeycomb

Hey Fonceur,

Do you have plans to do any Honeycomb/tablet enhancements for taSageTV? I've got a Xoom and wouldn't mind testing some things if it'd help. Fyi, a static library was released to support the new Fragments API back to Android 1.6. More info here: http://android-developers.blogspot.c...s-for-all.html

Also, you might be interested in some Android emulator skins for the Nexus S and Nexus One: http://goo.gl/BWx78. Those G1 pics in the first post are killing me!

Keep up the good work!
Reply With Quote
  #830  
Old 03-16-2011, 09:36 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by jm9843 View Post
Do you have plans to do any Honeycomb/tablet enhancements for taSageTV?
Yes, once things slow down with TiSageTV, I'll have some catching up to do with TaSageTV. Hopefully by then everyone will have moved to SageTV 7 and I won't need to bother about backward compatibility...

Quote:
Fyi, a static library was released to support the new Fragments API back to Android 1.6.
Yes I have had Eclipse up to date for a bit... Just haven't actually looked at the changes yet.

Quote:
Also, you might be interested in some Android emulator skins for the Nexus S and Nexus One:
Right, the 2.0 skin doesn't even try to look like a phone, it's why I stuck with the 1.5ish look.
__________________
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
  #831  
Old 03-17-2011, 09:19 PM
Korny Korny is offline
Sage Advanced User
 
Join Date: Nov 2010
Location: Minnesota
Posts: 87
Maybe I missed the answer to this question throughout all the posts but I'll ask anyhow. I'm interested in this program however the non market place registration concerns me because I'm a frequent changer of ROMs on a root EVO and don't want to have to contact you every time I change a rom version. Am I miss understanding how the registration works?
Reply With Quote
  #832  
Old 03-17-2011, 09:27 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by Korny View Post
however the non market place registration concerns me because I'm a frequent changer of ROMs on a root EVO and don't want to have to contact you every time I change a rom version.
As long as the unique ID doesn't change, it won't matter. Though we do have plans to make the migration to other devices easier...
__________________
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
  #833  
Old 03-20-2011, 05:51 AM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
I got my droid to play thru wireless on local lan with this profile.
Code:
sageTCPServer/streamingTranscodeOptions=fps\=15,vcodec\=mp4v,vb\=512,scale\=1,width\=352,height\=240,acodec\=mp4a,ab\=192,channels\=2,samplerate\=44100,deinterlace,audio-sync
It plays perfect. When I try to go thru 3G it starts the vlc stream but comes up unable to play video. I tried different ports to see if that was the issue. Still no go.

Any thoughts?
Reply With Quote
  #834  
Old 03-20-2011, 08:33 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by mzup View Post
It plays perfect. When I try to go thru 3G it starts the vlc stream but comes up unable to play video. I tried different ports to see if that was the issue. Still no go.
And you forwarded those various ports each time?
__________________
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
  #835  
Old 03-20-2011, 09:04 AM
mzup mzup is offline
Sage Advanced User
 
Join Date: Sep 2007
Posts: 169
Quote:
Originally Posted by Fonceur View Post
And you forwarded those various ports each time?
Yes I forwarded them. I think it's verizon blocking all ports. I read on a forum that someone did a port scan and everything was blocked. Don't know if it is true but I believe it.

If someone else has verizon and has this working thru 3G, please post. Otherwise, I'll stick with the wireless usage.
Reply With Quote
  #836  
Old 03-26-2011, 12:24 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 1.62

- Now requires SageTV 7 or newer.
- Client information is now provided by SageTCPServer 2.1.2+.
- Fix: The Power button did not work properly for some.


As I had warned previously, I finally dropped the SageTV 6 compatibility and now uses the latest SageTCPServer which requires SageTV version 7...
__________________
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
  #837  
Old 03-26-2011, 11:17 AM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Version 1.63

- Fix: Kept re-adding the Clients on a Server reconnect.
- Updated the Information list.


I am starting to make the TaSageTV UI closer to the TiSageTV one... Some things will be simplified, like in this case I got rid of the various filters, which I considered were not that useful in the first place.
__________________
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
  #838  
Old 03-26-2011, 12:28 PM
batwater batwater is offline
Sage Advanced User
 
Join Date: Apr 2009
Location: St. Louis
Posts: 83
Quote:
Originally Posted by Fonceur View Post
Version 1.63

- Fix: Kept re-adding the Clients on a Server reconnect.
- Updated the Information list.
Still not getting the client definitions on this version.
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!)
CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!)
Logitech Media Server - Multizone audio (6 zones)
Reply With Quote
  #839  
Old 03-26-2011, 12:40 PM
Fonceur's Avatar
Fonceur Fonceur is offline
Sage Icon
 
Join Date: Jan 2008
Location: DDO, QC
Posts: 1,915
Quote:
Originally Posted by batwater View Post
Still not getting the client definitions on this version.
I will need to see the sagetv_0.txt log file...
__________________
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
  #840  
Old 03-26-2011, 01:57 PM
batwater batwater is offline
Sage Advanced User
 
Join Date: Apr 2009
Location: St. Louis
Posts: 83
Quote:
Originally Posted by Fonceur View Post
I will need to see the sagetv_0.txt log file...
Log emailed
__________________
SageTV 7- OTA only, PlayOn, 1x HD300, 2x HD200, MyMovies, taSageTV (Android phone remote for SageTV!)
CQC - w/integrated SageTV, taRIVA (Android phone client for CQC!)
Logitech Media Server - Multizone audio (6 zones)
Reply With Quote
Reply

Tags
android


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
webserver + vlc + android + streaming = error jrjbertram SageTV Customizations 72 04-11-2010 12:21 PM
Stream video to Android phone via sage web server? cowboyway SageTV Customizations 5 12-13-2009 02:52 PM
Remote control application exponent SageTV Software 1 01-08-2008 09:20 PM
Application Integration rschouten SageTV Studio 0 12-19-2005 11:54 AM
SageTV for Professional A/V Application tdalton SageTV Software 0 06-25-2003 01:17 PM


All times are GMT -6. The time now is 03:25 AM.


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