|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#821
|
|||
|
|||
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.
|
#822
|
||||
|
||||
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 |
#823
|
||||
|
||||
Quote:
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 |
#824
|
||||
|
||||
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 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 |
#825
|
||||
|
||||
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 |
#826
|
||||
|
||||
Code:
fps\=29,vb\=200,venc\=x264{vbv-bufsize\=500 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. |
#827
|
||||
|
||||
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:
__________________
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 |
#828
|
||||
|
||||
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 |
#829
|
|||
|
|||
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! |
#830
|
||||
|
||||
Quote:
Quote:
Quote:
__________________
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 |
#831
|
|||
|
|||
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?
|
#832
|
||||
|
||||
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 |
#833
|
|||
|
|||
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 Any thoughts? |
#834
|
||||
|
||||
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 |
#835
|
|||
|
|||
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. |
#836
|
||||
|
||||
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 |
#837
|
||||
|
||||
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 |
#838
|
|||
|
|||
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) |
#839
|
||||
|
||||
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 |
#840
|
|||
|
|||
__________________
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) |
Tags |
android |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |