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.
Pages: 1
hi adrian
i want to get via mobile flv files and not mp4
so i want to change from
/media/videos/mobile/1429.mp4
to
/public_html/media/videos/flv/1429.flv
when click on Play video
what i have to change?
Offline
on my samsung galaxy s3 work....and i thing on the most new phones will play flv's
Offline
Like Eri also said, this is not recommended and it will not work, but if you want this, edit mobile/components/view.php and find this line:
$video['mobile_url'] = VHelper_video_stream::url_mobile(TRUE, $video_id, $video['server']);
replace with:
$video['mobile_url'] = VHelper_video_stream::url(TRUE, $video_id, 'flv', $video['server']);
This will get you the FLV video url.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
apple devices and old phones support mp4 only
Like Eri also said, this is not recommended and it will not work, but if you want this, edit mobile/components/view.php and find this line:
$video['mobile_url'] = VHelper_video_stream::url_mobile(TRUE, $video_id, $video['server']);
replace with:
$video['mobile_url'] = VHelper_video_stream::url(TRUE, $video_id, 'flv', $video['server']);
This will get you the FLV video url.
i thing mobile technology go So fast and very soon all new device will support many video formats including FLV,the old anyway will be replaced some say ,maybe im wrong but anyway i dont have storage to have mp4 and Flv file same time ( no money for more storage ) so only flv for suporded devices
@eri when i try to visit your modile site i get redirected all the time to another sites !!!
@adrian : i try to conver mp4 1 video for test but is not work for me
Last edited by thiva7 (2013-02-13 14:38:54)
Offline
If conversion does not work, please make sure you have ffmpeg 0.10.3 and it should work. FLV is dropped by Adobe...
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
this is my ffmpeg :
ffmpeg version N-49811-gc177f2e Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 11 2013 18:52:44 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
configuration: --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-libx264
libavutil 52. 17.101 / 52. 17.101
libavcodec 54. 91.102 / 54. 91.102
libavformat 54. 62.100 / 54. 62.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 37.101 / 3. 37.101
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
root@server1 [~]#
Offline
Hmmm...do any of the conversions work? Like FLV and MP4 and mobile fails? Or none work?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Flv work but I try ftp upload and mp4 not created. I will try again
Last edited by thiva7 (2013-02-14 09:20:03)
Offline
You need support for FAAC.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
You need support for FAAC.
whereis faac
faac: /usr/bin/faac /usr/include/faac.h
faac is there!!!!!
Offline
You need support for FAAC in ffmpeg.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1