- Posts: 3
COMMUNITY FORUM
No support for mpg?
- andyJH
-
Topic Author
- Offline
- New Member
Less
More
16 years 8 months ago - 16 years 8 months ago #15909
by andyJH
No support for mpg? was created by andyJH
I was having troubles streaming an mp3. I thought I would update to the latest version of allvideo (v2.5.2). Now all my flv's play as always, but my mpg's do not!
File Type List
I would have thought that Mpg's are still in fairly heavy use...
HELP!!!!
Thank you.
File Type List
I would have thought that Mpg's are still in fairly heavy use...
HELP!!!!
Thank you.
Please Log in or Create an account to join the conversation.
- andyJH
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
16 years 8 months ago #15910
by andyJH
Replied by andyJH on topic Re: No support for mpg?
Ok, here is what I did. (Keep in mind that I am not a code editor..) I looked through all the files keeping an eye out for the actual extensions. In jw_allvideos_sources.php I found paragraphs such as the following:
I copied it and pasted it in the proper place and changed mp4 to mpg. Now they play.
This is probably an obvious solution to a lot of you, but to me it was a major accomplishment! :)
"mp4" => "
<span style=\"width:{VWIDTH}px;height:{VHEIGHT}px;\" class=\"allvideos_player\" title=\"JoomlaWorks AllVideos Player\">
<script type=\"text/javascript\">
QT_WriteOBJECT_XHTML('$mosConfig_live_site/{VFOLDER}/{AVSOURCE}.mp4', '{VWIDTH}', '{VHEIGHT}', '', 'AUTOPLAY', '{AUTOPLAY}', 'SCALE', 'Aspect');
</script>
</span>
",
I copied it and pasted it in the proper place and changed mp4 to mpg. Now they play.
This is probably an obvious solution to a lot of you, but to me it was a major accomplishment! :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
16 years 8 months ago #15911
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: No support for mpg?
Playback is done via Quicktime in that case. LOL. I never knew this could work.
I'm amazed you came up with such a solution, so bravo! :D
Would you mind posting here a URL to an .mpg video in your site?
Thanks.
I'm amazed you came up with such a solution, so bravo! :D
Would you mind posting here a URL to an .mpg video in your site?
Thanks.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- andyJH
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
16 years 8 months ago #15912
by andyJH
Replied by andyJH on topic Re: No support for mpg?
Please Log in or Create an account to join the conversation.
- krismann
-
- Offline
- New Member
Less
More
- Posts: 1
16 years 8 months ago #15913
by krismann
Replied by krismann on topic Re: No support for mpg?
Thanks andyJH, for the "non-coder" tip; it worked for me too. But I note I've got these funny characters --  -- being displayed on top of all my articles and custom modules. Maybe I touched something I shouldn't because I don't see them on your site. I have upgraded to v2.5.3, used your tips on it and they are gone now.
Please Log in or Create an account to join the conversation.