HOWTO: Change JWPlayer to the HTML5 version

Third-party modifications and add-ons, Apps and Clients

Moderator: moderators

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby Avatas » Wed Feb 13, 2013 11:36 pm

Has anyone seen issues playing transcoded HTML5 through Google Chrome on the Mac OS? Video plays but it displays weird artifacts of green and red.
Avatas
 
Posts: 3
Joined: Thu Feb 07, 2013 11:24 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby skug67 » Sun Feb 17, 2013 3:46 pm

I've got this working to stream video to Chrom on my Android phone. Thanks a bunch. But if I try to stream to my iPad, I get audio only and the big Quicktime "Q" on the screen where the video should be. Any suggestions of how to tweak the transcode parameters so that it works for both Android and iPad?

Thanks in advance,

Seth Green
skug67
 
Posts: 1
Joined: Sun Feb 17, 2013 3:44 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby regentswift » Tue Feb 19, 2013 10:54 pm

I've made all the changes in the first post, but it's still using the JWPlayer 5.10 (flash).

What might I have to do to get the new player to stick?
User avatar
regentswift
 
Posts: 6
Joined: Tue Feb 19, 2013 10:52 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby regentswift » Wed Feb 20, 2013 12:08 am

regentswift wrote:I've made all the changes in the first post, but it's still using the JWPlayer 5.10 (flash).

What might I have to do to get the new player to stick?


I got it... I had to delete the jetty/31xx/jsp/org/apache/jsp folder, and now it's working. :)
User avatar
regentswift
 
Posts: 6
Joined: Tue Feb 19, 2013 10:52 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby jValdron » Fri Feb 22, 2013 2:04 pm

skug67 wrote:I've got this working to stream video to Chrom on my Android phone. Thanks a bunch. But if I try to stream to my iPad, I get audio only and the big Quicktime "Q" on the screen where the video should be. Any suggestions of how to tweak the transcode parameters so that it works for both Android and iPad?

Thanks in advance,

Seth Green


You'll probably have to use MP4 some how. So you'd have to change one line in the JWPlayer configuration (JavaScript in the jsp file) and you'd have to use a MP4 transcoding line. Don't think iDevices support WebM.
jValdron
 
Posts: 11
Joined: Wed Aug 29, 2012 4:47 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby chali » Tue Feb 26, 2013 10:34 am

jValdron wrote:
skug67 wrote:I've got this working to stream video to Chrom on my Android phone. Thanks a bunch. But if I try to stream to my iPad, I get audio only and the big Quicktime "Q" on the screen where the video should be. Any suggestions of how to tweak the transcode parameters so that it works for both Android and iPad?

Thanks in advance,

Seth Green


You'll probably have to use MP4 some how. So you'd have to change one line in the JWPlayer configuration (JavaScript in the jsp file) and you'd have to use a MP4 transcoding line. Don't think iDevices support WebM.



Can you showe how to do this? :D ( think meny people like that)

/chali
chali
 
Posts: 57
Joined: Wed May 09, 2012 9:45 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby Robilon » Sun Mar 10, 2013 5:11 pm

Is there any way I can get my droid razr play video on this, having ics? Flash isn't supported on this. None of the things said here worked...
Robilon
 
Posts: 2
Joined: Sun Mar 10, 2013 2:57 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby chops13 » Tue Apr 30, 2013 5:56 am

Something is not working right now, perhaps since the last update?

I followed the instuctions and now I am getting an error in my browser when trying to play the video.

"Video Not found or access denied: /stream?id=54&maxbitrate=1000&timeoffset=0&player=4"

Any ideas?
chops13
 
Posts: 1
Joined: Mon Feb 06, 2012 9:09 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby chali » Tue Apr 30, 2013 1:05 pm

Hi

Right click and check that you are using the jw-player 6.

do you use chrome? (Preferable)

have you changed transcoding to html5?

/ Chali

chops13 wrote:Something is not working right now, perhaps since the last update?

I followed the instuctions and now I am getting an error in my browser when trying to play the video.

"Video Not found or access denied: /stream?id=54&maxbitrate=1000&timeoffset=0&player=4"

Any ideas?
chali
 
Posts: 57
Joined: Wed May 09, 2012 9:45 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby mta99 » Fri May 03, 2013 8:01 pm

I had a similar problem (using Linux server). Subsonic was picking up JW Player 5 rather than version 6. After much deleting of files, re-downloading etc. I think I have the solution (works for me anyway :P )

Open videoPlayer.jsp and look for the following code on line 36

Code: Select all
{ type: 'flash', src: '/flash/jwplayer-6.10' }


Change it to

Code: Select all
{ type: 'flash', src: '/flash/jw-player-6.10' }


The same line appears in the rest/videoPlayer.jsp file if you're using Subsonic on your phone.

I don't know why this works when previously it was fine but for me its fixed it and I can once again enjoy HTML5 video playback on desktop and mobile
mta99
 
Posts: 8
Joined: Thu Jan 17, 2013 8:04 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby chali » Mon May 06, 2013 12:08 am

mta99 wrote:I had a similar problem (using Linux server). Subsonic was picking up JW Player 5 rather than version 6. After much deleting of files, re-downloading etc. I think I have the solution (works for me anyway :P )

Open videoPlayer.jsp and look for the following code on line 36

Code: Select all
{ type: 'flash', src: '/flash/jwplayer-6.10' }


Change it to

Code: Select all
{ type: 'flash', src: '/flash/jw-player-6.10' }


The same line appears in the rest/videoPlayer.jsp file if you're using Subsonic on your phone.

I don't know why this works when previously it was fine but for me its fixed it and I can once again enjoy HTML5 video playback on desktop and mobile


Hi

the reason it works is you change something in documentet and then save, it works just as well to change anything else, save and then change it back and save.

test and you'll see;-)

/ Chali
chali
 
Posts: 57
Joined: Wed May 09, 2012 9:45 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby mta99 » Tue May 07, 2013 2:59 pm

It's working fine, don't want to break it, so I'll just take your word for it :D

Sent from my Nexus 4 using Tapatalk 2
mta99
 
Posts: 8
Joined: Thu Jan 17, 2013 8:04 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby Cook66 » Tue May 14, 2013 9:31 am

Will this make it possible to change audio track (language) and subtitles?
Cook66
 
Posts: 21
Joined: Thu Dec 15, 2011 10:23 pm

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby srazzur » Sun May 19, 2013 3:46 am

I just want to thank you, jValdron, for working this out. It is purely awesome to be free of the resource hog that is Flash. Well done!

edit: Slightly off-topic perhaps, but it should be possible to stream video to iOS devices as well, correct? -- I would assume using HTTP Live Streaming rather than this HTML 5 solution, but I have no clue how to do that (even though I see that Subsonic supports HLS). Forgive my ignorance ... :-)

edited edit: iSub works great as a client for my Subsonic server on my iOS devices -- my question is, it it possible to get video streamed to iOS *without* iSub, like directly into Mobile Safari or Chrome?
srazzur
 
Posts: 1
Joined: Sun May 19, 2013 2:48 am

Re: HOWTO: Change JWPlayer to the HTML5 version

Postby beyondinferno » Tue May 21, 2013 3:56 pm

I've got everything set up as per OP, but I'm getting "error loading media". Checked logs and found "av_interleaved_write_frame(): Operation not permitted" is where is stops the operation. Any ideas?
transcode string is "ffmpeg -ss %o -i %s -async 1 -map 0:0 -map 0:1 -f webm -vcodec libvpx -b %bk -s %wx%h -acodec libvorbis -ar 44100 -ac 2 -preset superfast -threads 4 -v 0 -" as per a post a couple pages back. Had the same problem with the OP string as well.
beyondinferno
 
Posts: 15
Joined: Tue Apr 27, 2010 4:01 am

PreviousNext

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 5 guests