I have a client with a site built on plone and he wanted some avi videos playable from the site.
Flowplayer is installed and I converted the 33! videos from avi to flv for flowplayer to play
When i go to play the videos with the flowplayer it just plays the audio, but the strange this is if you rewind and start the video again it then plays properly.
Any help or advice how to solve this problem would be gratefully recieved
I just enabled flowplayer on a Plone 4 site, and the video played fine. I agree with earlier post that's it's most likely an encoding issue with your flv. For info, I used ffmpeg to convert .mp4 /avc file to .flv, and that worked fine on our site.
Related
I have a YouTube channel that I often live stream to. This channel is embedded on my website for users on site to see. Many want an audio live stream as well. So is it possible to push my video stream to an audio player which will then play live stream as an audio? Or is there another way around this without having to make two separate streams?
A third-party plugin would be needed for this.
You can try using WP YouTube Lyte plugin, with which you can embed only audio of a Youtube video.
It shows it somehow likes this:
This would be the easiest and most safe way as far as I know.
I have two swf video in WordPress site.but both the videos does not supported in chrome.
I tried lot of plugins.but not any one plugin is supported for run these videos in chrome.
In that case you have to put your swf video in your root directory. Then you can check your plugin/widget etc. whatever you have used to video auto play. I have used a Easy Flash Embed wordpress plugin and it is implementing WordPress shortcode which is creating widget
short-code emample/;
[swf src="http://test.info/Exp_credit.swf" width=300 height=410]
In the place of test.info you can put your own server address.
And after that your problem should be solved and your video will be played automaticaly in chrome.
My asp.net code can upload video successfully. Now I want the url of that video and want to play that video with embed youtube player.
pleasee help me..
thanks in advance
Embedded YouTube player is there to play youtube videos. In this case initially your video should be uploaded to youtube prior to embedding it to the player. For this you may have to use the YouTube Data API
What is the best available Drupal module that allows the user the ability to either upload the video locally or embed a video from a thirty-party video sharing website (ex: Youtube) 2- Is this video integrated with players such as flow-player? 3- Can the video be transcoded to flv or mp4?
That would be Media module plus the extension module MediaYoutube
To transcode the video to flv or mp4 you will need ffmpeg.
ffmpeg is a very powerful tool to record, convert and stream audio and video. Its a very rich tool almost supporting every format out there in the world.
Or, if you think you're up-to, you can try Kaltura witch is an open source video platform that can be integrated with almost all CMSs (Joomla!, Drupal, Alfresco, Moodle etc). It will take care of uploaded videos for you.
i am getting a weird error. i have wordpress site and jw flash player plugin. the problem is when page loads, autostart videos doesnt play, just keeping loading and loading but if i pause it and play it agian it works fine.
same with the other click to start vidoes , if i play first time , video just keep loading but if i pause it and play agian it work fine.
first i thought may b its a server bandwidth problem, i uploaded video on amazon s3 but still same problem.
i have added jwplayer manually but same problem.
here is the site http://www.mindsetmasteryexperience.com/
first video is from amazon s3 and play with wordpress plugin.
second video is hosted on server and play with manually added jw player.
i am using flv formate.
Appreciate your help.
Thanks
problem solved, Problem was with file format. i converted mp4 videos to flv by using online tools. videos didnt converted properly so that is why jw player wasnt playing them first time. when i used original flv video , it worked fine and played video in first go.
Thanks