Video don't play suggestions?
	
	
		I have installed this 3 maybe 4 times now and after 6 hours turning to a little support.
I can upload a video,it shows in the video directory.
I believe it may be the pointing to the player which I have tried several ways and no luck.
Here are some of my settings.
	Code:
	
$config['ffmpeg']          =  "/usr/local/bin/ffmpeg";
$config['mplayer']          =  "/usr/cmcarcom/public_html/vshare/player/player.swf";
$config['mencoder']          =  "/usr/local/bin/mencoder";
$config['flvtool']          =  "/usr/local/bin/flvtool2";
$config['basedir']        =  "/home/cmcarcom/public_html/vshare";
$config['baseurl']        =  "http://cmcamper.com/vshare";
 I have also tried just
/usr/cmcarcom/public_html/vshare/player/
Thats all in the includes/config.php file
Even tried
/usr/local/bin/player
Even tried changing the cgi-bin uu_default_config
Cause it didnt show a path to /usr/cmcarcom/public_html/vshare
I also noticed in admin CP view video it shows apath of
http://cmcamper.com/vshare/view/1/test/
There is no directory folder named view
So I now assume it was supposed to create one and didn't.
Anyone have same issue or know a solution?
If I have to I will just pay to get it installed.
Thanks,
Ron
	 
	
	
	
		Re: Video don't play suggestions?
	
	
		i ahve same problem.
i can,t see video on page in palyer.
my site is http://sharing.homeip.net
	Quote:
	
		
		
			STARTING VIDEO CONVERSION (process_queue.id = 4)
--------------------------------------------------------------------------------
File: /var/www/vhosts/sharing.homeip.net/httpdocs/video/vorschau_3.wmv
##################################################  ##
SELECT * FROM `video` WHERE `VID`=4
##################################################  ##
Video id: 4
Find video duration - START
/usr/local/bin/mplayer -vo null -ao null -frames 0 -identify /var/www/vhosts/sharing.homeip.net/httpdocs/video/vorschau_3.wmv
Duration (mplayer): 0
DURATION: 00:00
Create Thumbnail - START
Create Thumbnail with mplayer - END
CONVERT COMMAND: /usr/local/bin/mencoder '/var/www/vhosts/sharing.homeip.net/httpdocs/video/vorschau_3.wmv' -o /var/www/vhosts/sharing.homeip.net/httpdocs/flvideo/12083046241823738372.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l  ast_pred=3 -srate 22050 -ofps 24 -vf harddup
##################################################  ##
Array
(
)
##################################################  ##
Return value:
			
		
	
 help me please
	 
	
	
	
		Re: Video don't play suggestions?
	
	
		Edit the video_conversion.php (include/settings)
Try to use the following command
Code: Select all
    
	Code:
	
$cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
 
	 
	
	
	
		Re: Video don't play suggestions?
	
	
		These r very common problems. I have also stucked up in this type of problems. Please help. Thanks.
	 
	
	
	
		Re: Video don't play suggestions?
	
	
		
	Quote:
	
		
		
			
				Originally Posted by jbpostal
				
			
			These r very common problems. I have also stucked up in this type of problems. Please help. Thanks.
			
		
	 
 Convert error problem ?
Please check the mencoder can convert the videos into flv format .
viewtopic.php?f=3&t=1591
viewtopic.php?t=351