FAQ  •  Register  •  Login

Twitch.tv/Justin.tv

<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Mon Oct 13, 2014 10:28 pm

Re: Twitch.tv/Justin.tv

well, i just re-downloaded the binary and tested it; works just fine.
the error message
[mpegts @ 07F241A0] H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb)

is a tell that serviio is using the wrong binary. so either you need to re-download the file from the mentioned post, or try setting the ffmpeg path manually in serviio\bin\serviio.bat. locate the line that starts with "set JAVA_HOME=" and at the end add a space followed by
  Code:
-Dffmpeg.location="%SERVIIO_HOME%\lib\ffmpeg.exe"
<<

hiccups1980

Serviio newbie

Posts: 7

Joined: Mon Oct 13, 2014 6:27 pm

Post Mon Oct 13, 2014 10:59 pm

Re: Twitch.tv/Justin.tv

there is no line in it with "java_home". It looks like this:
  Code:
@echo off

set BATCH_FILE=%~dp0
pushd %BATCH_FILE%..
set SERVIIO_HOME=%CD%
popd

SET START_COMMAND=start javaw

if not "%1" == "-stop" goto RUN_APP
rem when stopping don't run in asynch mode
SET START_COMMAND=javaw

:RUN_APP
set JAVA_OPTS=-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dserviio.home="%SERVIIO_HOME%" -Dderby.system.home="%SERVIIO_HOME%\library"
set SERVIIO_CLASS_PATH=%SERVIIO_HOME%\lib\*;%SERVIIO_HOME%\config
                  
%START_COMMAND% -Xmx512M -Xms20M -XX:+UseParNewGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 %JAVA_OPTS% -classpath "%SERVIIO_CLASS_PATH%" org.serviio.MediaServer %*

Thank you for helping me. :)
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Mon Oct 13, 2014 11:06 pm

Re: Twitch.tv/Justin.tv

sorry, it's supposed to be JAVA_OPTS
<<

hiccups1980

Serviio newbie

Posts: 7

Joined: Mon Oct 13, 2014 6:27 pm

Post Mon Oct 13, 2014 11:27 pm

Re: Twitch.tv/Justin.tv

Okay found it. The log shows no errors anymore (as far as I can see) and I can see the sources (like before), but if I start one source, he shows the bandwidth of the stream and the screen turns black after that.
I really don't know what I am doing wrong.
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Tue Oct 14, 2014 10:03 am

Re: Twitch.tv/Justin.tv

have you set the correct profile for the tv in serviio? did you try playback using VLC 1.x?
<<

hiccups1980

Serviio newbie

Posts: 7

Joined: Mon Oct 13, 2014 6:27 pm

Post Tue Oct 14, 2014 8:51 pm

Re: Twitch.tv/Justin.tv

Profile is set correctly
If I try to open a twitch stream in VLC nothing happens. Do I need a special plugin for that?
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Tue Oct 14, 2014 11:57 pm

Re: Twitch.tv/Justin.tv

no, open serviio's entry for the stream in vlc. as i said, you need a version 1.x, then open the playlist (ctrl+l) and browse under universal plug 'n' play. if it doesn't work there, you'll need to try and get another log. if it does work there, the issue is with your tv (and i don't know how to help).
<<

hiccups1980

Serviio newbie

Posts: 7

Joined: Mon Oct 13, 2014 6:27 pm

Post Wed Oct 15, 2014 6:06 pm

Re: Twitch.tv/Justin.tv

VLC 2.x open the list with Ctrl+L
VLC 1.x does nothing if I press Ctrl+L

If I click "universal plug 'n' play" in VLC 2.x the VLC crashs.
I'm not in the mood anymore for searching for errors. Thank you, jules for helping me. Sometimes errors can not be solved and I have to accept it. ;)
<<

Airhead

Serviio newbie

Posts: 1

Joined: Thu Oct 16, 2014 9:06 am

Post Thu Oct 16, 2014 9:11 am

Re: Twitch.tv/Justin.tv

i noticed that i had the VLC 2.x crash problem too. Seems that it was because i had the 32x version when i needed the 64x
<<

Zeaser

Serviio newbie

Posts: 1

Joined: Fri Oct 17, 2014 10:53 am

Post Fri Oct 17, 2014 10:58 am

Re: Twitch.tv/Justin.tv

Hello there,

I did get things to work on the latest version of serviio. Only one problem. When I watch the stream on my tv through my ps3 it is cropped (it doesnt rescale properly, cuts off the edges, whatever you want to call it). Anybody else ever had that issue? Really don't know how to fix that xD It shouldn't be a resolution problem since my tv is 16:9 and the stream is too.. though I do remember my tv doing the same thing with youtube videos over apple tv. Is this an issue with serviio or might it be my tv? o.O
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Fri Oct 17, 2014 12:59 pm

Re: Twitch.tv/Justin.tv

most likely your tv.
<<

urDreams

Serviio newbie

Posts: 5

Joined: Wed Oct 22, 2014 3:49 am

Post Wed Oct 22, 2014 3:56 am

Re: Twitch.tv/Justin.tv

So I've followed all the instructions correctly and I still can't seem to get this working!

i downloaded your plugin and put it in the proper folder. (I've tried this on the latest version and the 1.1 version) When I login to my ps3 and go to the serviio server.. I go to video's and online where i dont see anything after that. ive checked the stream urls to see if they were online and they were. Nothing is showing up anywhere! I use to have this running on my old ps3 about a yr and a half ago fine.. got a new one today and nothing seems to want to work. Ive restarted multiple times (both systems) Ive downloaded the latest ffmpeg, still nothing. Forced library refresh, nothing. i have all the links set in online sources as web resources as well.

I would really like to get this working again cus I really enjoyed this plugin back when I was using it. Im really at a road block here, ive tried everything i can think of and still getting no where.

Thanks!!
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Wed Oct 22, 2014 10:50 am

Re: Twitch.tv/Justin.tv

remember to set the correct profile in serviio console for the new ps3 ip?
<<

urDreams

Serviio newbie

Posts: 5

Joined: Wed Oct 22, 2014 3:49 am

Post Wed Oct 22, 2014 11:23 pm

Re: Twitch.tv/Justin.tv

yeah, its set as ps3 and my computer is set to Generic DLNA Profile.. if thats what youre asking?
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Thu Oct 23, 2014 12:56 am

Re: Twitch.tv/Justin.tv

it was. does it work with vlc?
<<

urDreams

Serviio newbie

Posts: 5

Joined: Wed Oct 22, 2014 3:49 am

Post Thu Oct 23, 2014 1:03 am

Re: Twitch.tv/Justin.tv

how do I go about checking with VLC?
<<

urDreams

Serviio newbie

Posts: 5

Joined: Wed Oct 22, 2014 3:49 am

Post Thu Oct 23, 2014 1:09 am

Re: Twitch.tv/Justin.tv

im also getting a dlna 2104 error
<<

jules

DLNA master

Posts: 173

Joined: Sat Feb 02, 2013 10:21 am

Post Thu Oct 23, 2014 7:27 am

Re: Twitch.tv/Justin.tv

i explained how to open serviio streams in vlc a page or so ago. also, i guess you might as well want to post a detailed log.
<<

urDreams

Serviio newbie

Posts: 5

Joined: Wed Oct 22, 2014 3:49 am

Post Thu Oct 23, 2014 9:17 pm

Re: Twitch.tv/Justin.tv

Its so odd.. I have plex working perfectly fine.. just cant seem to figure out the issue with this.
<<

Daetur

Serviio newbie

Posts: 3

Joined: Thu Oct 23, 2014 10:33 pm

Post Thu Oct 23, 2014 11:46 pm

Re: Twitch.tv/Justin.tv

Heya,

got the same problem noobie123 had just a while ago, trying to stream twitch.tv as webresource or desktop via VLC.

I already updated ffmpeg, tried with and without transcoding.

I also tried playing around with VLC to stream my desktop to Serviio. The VLC stream works, I double checked with a second VLC window. When checking stream URL it also says everything is fine (green). I can see the files and streams just fine on my TV. I can play all files from my PC just fine. Starting streams however just shows a black screen, no error. I use the Sony Bravia (2013) profile and my TV is a Sony Bravia KDL-42W805B

If you can help, that would be really great :)

Regards,
Stefan
Attachments
serviio.log
(13.29 KiB) Downloaded 376 times
PreviousNext

Return to Available plugins

Who is online

Users browsing this forum: No registered users and 16 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.