Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to play mpeg4 (Advanced Simple Profile) in jwplayer #6

Open
santhu46 opened this issue May 7, 2014 · 0 comments
Open

How to play mpeg4 (Advanced Simple Profile) in jwplayer #6

santhu46 opened this issue May 7, 2014 · 0 comments

Comments

@santhu46
Copy link

santhu46 commented May 7, 2014

I want my jwplayer to be more smarter. i want to play some formats like
mpeg4 (Advanced Simple Profile), 3gp and avi.
Is there any extention to do that?
Most of the mp4 are suppoting in jwplayer but the above format is not supporting when i parse that with ffmpeg it gives the following information.

<FFMPEG::Movie:0x00000001f17240 @path="/home/pinki/Videos/QuickTime_test9_2m4s_MPEG4ASP_CBR_512kbps_640x480_24fps_AAC-LCv4_CBR_320kbps_Stereo_48000Hz.mp4", @container="mov,mp4,m4a,3gp,3g2,mj2", @duration=124.05, @time=0.0, @creation_time=2009-05-26 16:17:45 +0530, @bitrate=1648, @rotation=nil, @video_stream="mpeg4 (Advanced Simple Profile), yuv420p, 640x480 [PAR 1:1 DAR 4:3], 491 kb/s, 24.04 fps, 24.04 tbr, 2500 tbn, 1k tbc", @audio_stream="aac, 48000 Hz, stereo, s16, 315 kb/s", @video_codec="mpeg4 (Advanced Simple Profile)", @colorspace="yuv420p", @video_bitrate=491, @resolution="640x480", @dar="4:3", @audio_codec="aac", @audio_channels="stereo", @audio_bitrate=315, @audio_sample_rate=48000> 

i have seen we can play '3gp videos' using provider and type variable but all videos are coming dynamically.

My code

   var videopath=$(this).data('videopath');
   jwplayer('myElement').setup({'flashplayer': "/assets/flash.swf", 'id': 'playerID', 'width': '540','height': '360', 'file': videopath });

if i add provider in playist option it is not playing ogg files. How can i play both videos

how can i play this video.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant