|
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 |
#161
|
||||
|
||||
Not on the HD300. It did fix streaming for those files in placeshifter though. I'm not sure why it affected one and not the other.
Sound wasn't a problem on any official SageTV playback platform, only on my plugin.
__________________
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. |
#162
|
||||
|
||||
Consolidating all the commands into this post...
Quote:
Quote:
Code:
/opt/sagetv/server/ffmpeg -threads 4 -flags2 +fast -flags +loop -g 30 -keyint_min 1 -bf 0 -b_strategy 0 -flags2 -wpred-dct8x8 -cmp +chroma -deblockalpha 0 -deblockbeta 0 -refs 1 -coder 0 -me_range 16 -subq 5 -partitions +parti4x4+parti8x8+partp8x8 -trellis 0 -sc_threshold 40 -i_qfactor 0.71 -qcomp 0.6 -ss 0.0 -i /media/media/sagetv/recordingsx/LateNightWithJimmyFallon-11302312-0.mpg -s 640x360 -aspect 16:9 -y -f mpegts -async 1 -vcodec libx264 -level 30 -bufsize 512k -b 1200k -bt 1300k -qmax 48 -qmin 2 -r 29.97 -vol 1024 -acodec libfaac -ab 40k -ar 44100 -ac 2 - Code:
-flags2 +fast -async 1 -level 30 If you want to help me out you can experiment with the different params and ffmpegs on one of your recordings and compare the results.
__________________
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. |
#163
|
|||
|
|||
How can I set different params and ffmpegs with your plugin?
|
#164
|
||||
|
||||
Just run them from the command line, not the plugin. Replace the dash character at the end of the command with the output file name. Then play the resulting files in wmp, vlc, itunes, or whatever you prefer.
__________________
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. |
#165
|
|||
|
|||
Trouble using streaming
Hi jreichen,
I am running Centos Linux x86_64 on a quad core AMD 64 computer. I used to have this running on my old i386 server. When I moved over I can get everything going, but I cannot see the movies. It is stuck on "Loading movies" on my iPad and iPhone iOS 4.2.9 (I am using this with TiSageTV) over WiFi. I have attached my logs and I installed libfaac0. Thank you for any help. Thank you, Doug |
#166
|
||||
|
||||
Jetty is definitely choking on the stream, like it's not finding the video file under Linux or something:
Code:
Thu 7/28 16:55:27.957 [1586585233@qtp-1820224638-5@5e915e91] ::WARN: Null Message Thu 7/28 16:55:27.957 [1586585233@qtp-1820224638-5@5e915e91] org.mortbay.jetty.EofException
__________________
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 |
#167
|
|||
|
|||
Hi Fonceur,
Thanks for a great iOS app. Is it possible I am getting this issue because I am running the IBM JRE? Thank you, Doug |
#168
|
||||
|
||||
Maybe you'll need to figure out the ffmpeg command line that the iOS streaming plugin is trying to use and find your way from there. It's possible that ffmpeg didn't properly install because it's missing something in that IBM JRE...
__________________
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 |
#169
|
||||
|
||||
If you have another PC/laptop, try using a placeshifter client on it and see if the streaming/playback works, that should be a good test for ffmpeg...
__________________
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 |
#170
|
|||
|
|||
Hi Fonceur,
Yes, I can run the placeshifter on my mac. One of the reasons I switched to the IBM JRE is that I thought the quality of playback I was getting from ffmpeg was better. I am not sure where I am getting the IOException? Thank you, Doug |
#171
|
||||
|
||||
Quote:
Jason
__________________
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. |
#172
|
|||
|
|||
Hi Jason,
Ok I see. I enabled the wrong sagetv debug log. Thank you for looking at this. Thank you, Doug |
#173
|
||||
|
||||
Seems like the jetty web server under Linux is missing a lot of the functionality, the log is full of missing methods/fields for the org.mortbay stuff... No wonder it's not working...
__________________
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 |
#174
|
|||
|
|||
HP Touchpad Streaming Problem
- Description of the problem
Just installed this addon today and got it working great on my iPhone 4. I then tried to use it on my HP Touchpad. When I get to the screen where it shows the picture of the videos first frame (on the iPhone it has a 'Play' triangle over it) and touch the picture, the HP Touchpad opens a bar on the right side of the screen where it wants to download the live stream. Clicking on the HP Touchpad download button does nothing. HP_Touchpad.zip attached with log files and a picture I took of the screen. (Note: for some odd reason the times in the jetty log are off by 5 hours. I did this shortly after 3PM (15:00 hours). The SageTV log file shows the proper time, but the jetty log is at 8PM (20:00 hours). - CPU Intel Core i7 Q820, 8G system memory - SageTV server operating system Windows 7 64bit - Wireless Connection (WiFi G/N or 3G) WiFi N - Type of device (iPhone, iPod touch, iPad) HP Touchpad - iOS Version WebOS v3.0.2
__________________
SageTV running on: Win10 21H2 SageTV 9.2.6.976 (64 bit) Java 1.8.0 311 (64 bit) OpenDCT 0.5.32 (64 bit) Clients: HD300 (x2) HDHR3-CC Prime 20220822 (Comcast CableCard) - 3 Tuners HDFX-4K Flex 20220822 (OTA) - 4 Tuners |
#175
|
||||
|
||||
For one thing, the iOS streaming plugin denies streaming for unrecognized user-agents (i.e. web browser or apps), so that's likely the issue on the Touchpad...
Second thing, I doubt that WebOS has native support for Apple's HTTP Live Streaming...
__________________
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 |
#176
|
||||
|
||||
Try with the latest version of the iOS streaming plugin, the TouchPad is no longer blocked...
__________________
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 |
#177
|
|||
|
|||
Sorry in advance if this is a stupid/obvious question...but why not convert the video to H.264 and use HTML5 so any compliant browser can watch the streaming video? I think most mobile browsers support HTML5 <video> tag and have codecs for H.264 as well. Again...sorry if the answer is obvious.
|
#178
|
|||
|
|||
I have used a few of the tools (Mobile Web, TiSageTV, AirVideo) that allow you to stream Sage to mobile devices and I have found that H.264 files, at least the ones from my HD-PVR, never seem to stream as well as MPEG files. That may be because they are in HD but I don't know that this is the only problem.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#179
|
||||
|
||||
The streaming plugin is already using H.264... As for HTML5, I would think that is something for the web server itself, not for the iOS streaming plugin...
As for the HD-PVR files, a lot of applications are having problems with those too.
__________________
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 |
#180
|
||||
|
||||
So has anyone updated to 1.3 and noticed any differences, good or bad? I'm guessing I would have heard something if I had broken it...
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Mobile Web Interface Version 2 | jreichen | SageTV v7 Customizations | 411 | 02-28-2021 10:05 PM |
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 |
Web User Interface + Secure = Broken Streaming Function | jmoney579 | SageTV Customizations | 1 | 05-28-2008 01:51 AM |