The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
i've a problem with the video player for the mobile version. first i thought it was a problem by cloudflare. but it isn't
the videos won't play if i change the player settings from flowplayer html5 to something else.
do someone know what i need to to to let it work again..
btw. on the desktop browser all videos are playable...
i've added a server for streaming videos..
Regartz
Diego
Last edited by donronca (2015-10-27 21:48:20)
Offline
Please email me, without actually checking i cannot tell you what is wrong.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I've send you an email.. Also i'll send you admin login
Offline
Replied yesterday.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I have that, too. The only player I can use is Flowplayer HTML5 - all other players don't work at all :-(
Offline
You get a black screen or the video file is not found?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
It only shows a black screen, for nuevo, for flowplayer - only flowplayer html5 works.
did you get it working for donronca?
Offline
Not yet. He said he found a fix.
@fitbox: email me access and i will check.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I've send you an email.
The video's Will work When i change it to main server save it and then change it back to the streaming.
Than the video
Will play on mobile
Offline
email sent, thanks!
Offline
@adrian have you maybe time to look into it.
Regarts
Diego
Offline
Ahh...sorry, i understood from your last email that you fixed the problem. Will check today.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Thanks
Offline
Did you look into it?
Regartz
Offline
I'm having the same problem now, too. We fixed the player license issue but now I also can't play videos from mobile devices (including tablet). Also using streaming (but setting back to progressive doesn't make a difference).
The player loads up, I can click on slo-mo and full screen etc - also the video preview image displays. but the player won't play back the video.
Works fine on desktop, just like donronca describes.
Appears to be something in video start/stop/playback.
:-(
Offline
It don't work on safari and chrome on iPhone
Offline
Are all of you using the nuevo player?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
In templates/defboot/video_view_videojs.tpl.php find this line:
VHelper_video_stream::url_mobile(TRUE, $this->video['video_id'], 'mp4', $this->video['server'])
change with:
VHelper_video_stream::url_mobile(TRUE, $this->video['video_id'], $this->video['server'])
Fix will also be included in 2.0.12.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Also in misc/nuevo/config.php and misc/nuevo/config_embed.php and misc/nuevo/config_premium.php find:
$video_mobile = VHelper_video_stream::url_mobile(TRUE, $video_id, $video['ext'], $video['server']);
replace with:
$video_mobile = VHelper_video_stream::url_mobile(TRUE, $video_id, $video['server']);
Also if you use flowplayer, modules/video/player/config.php.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
hm, thanks, but it didn't work for me :-(
Tested on iphone and Samsung S4, on Safari, Chrome and others. Also didn't make a difference if Wifi or 3G.
It appears that on mobile devices including tablet, another version of the player is loaded compared to Desktop. Would it have to do with that?
Offline
Are you both using nuevo?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
yes... nuevo... and like ivatigoal says, the player loads but no playback.
Offline
also, after applying the fixes to the code, flowplayer-html5 doesn't work with rtmp streaming anymore (progressive still works).
(although I'm not 100% sure if rtmp streaming and fp-html5 worked before...)
Offline