Adult Script Pro Community Forums

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.

#1 2013-02-12 15:47:43

thiva7
Member
Registered: 2011-04-30
Posts: 1,022

mobile

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

#2 2013-02-12 16:36:23

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: mobile

but flv do not play on mobile


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#3 2013-02-12 16:39:18

thiva7
Member
Registered: 2011-04-30
Posts: 1,022

Re: mobile

on my samsung galaxy s3 work....and i thing on the most new phones will play flv's

Offline

#4 2013-02-12 17:22:44

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: mobile

apple devices and old phones support mp4 only


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#5 2013-02-13 07:14:48

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: mobile

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

#6 2013-02-13 14:34:02

thiva7
Member
Registered: 2011-04-30
Posts: 1,022

Re: mobile

Eri wrote:

apple devices and old phones support mp4 only

symtab wrote:

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 tongue ,maybe im wrong but anyway i dont have storage to have mp4 and Flv file same time ( no money for more storage tongue )  so only flv for suporded devices smile

@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

#7 2013-02-13 20:24:53

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: mobile

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

#8 2013-02-13 21:01:54

thiva7
Member
Registered: 2011-04-30
Posts: 1,022

Re: mobile

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

#9 2013-02-14 07:54:39

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: mobile

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

#10 2013-02-14 09:19:17

thiva7
Member
Registered: 2011-04-30
Posts: 1,022

Re: mobile

Flv work but I try ftp upload and mp4 not created. I will try again wink

Last edited by thiva7 (2013-02-14 09:20:03)

Offline

#11 2013-02-14 09:53:28

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: mobile

You need support for FAAC.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#12 2013-02-15 17:07:20

thiva7
Member
Registered: 2011-04-30
Posts: 1,022

Re: mobile

symtab wrote:

You need support for FAAC.

whereis faac
faac: /usr/bin/faac /usr/include/faac.h

faac is there!!!!!

Offline

#13 2013-02-16 07:43:48

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: mobile

You need support for FAAC in ffmpeg.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

Board footer

Powered by FluxBB