473,698 Members | 2,873 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Video upload and playback

Hi,

Can anyone recommend a class/script which handles video file uploads,
preferably with Flash integration? I'm looking to have a video
upload / library section in my cake app.

I considered the youtube api but they dont have upload functionality
in the api (yet). The following links suggest what i want to do should
be possible:

http://ffmpeg-php.sourceforge.net/ (to convert the files to flv)
http://fanno.dk/index.php?option=com...d=15&Itemid=53

However, the amateurish nature of the second link makes me nervous!
I'm also not even sure I need to access the meta data in the flv
files. If I can convert them, I can have a flash video app do the rest
(progressive download will be fine so no need for true streaming).

Could AMFPHP handle this?

Many thanks for any replies.

<L>

Mar 30 '07 #1
3 14533
lukemack wrote:
Hi,

Can anyone recommend a class/script which handles video file uploads,
preferably with Flash integration? I'm looking to have a video
upload / library section in my cake app.

I considered the youtube api but they dont have upload functionality
in the api (yet). The following links suggest what i want to do should
be possible:

http://ffmpeg-php.sourceforge.net/ (to convert the files to flv)
http://fanno.dk/index.php?option=com...d=15&Itemid=53

However, the amateurish nature of the second link makes me nervous!
I'm also not even sure I need to access the meta data in the flv
files. If I can convert them, I can have a flash video app do the rest
(progressive download will be fine so no need for true streaming).

Could AMFPHP handle this?

Many thanks for any replies.

<L>
If you're talking about uploading and saving a video file, there
shouldn't be any difference between uploading a video and any other file.

Now if you want to convert the file to another format, that's a
different story.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Mar 30 '07 #2
On Mar 29, 4:17 pm, "lukemack" <lukemst...@gma il.comwrote:
Hi,

Can anyone recommend a class/script which handles video file uploads,
preferably with Flash integration? I'm looking to have a video
upload / library section in my cake app.

I considered the youtube api but they dont have upload functionality
in the api (yet). The following links suggest what i want to do should
be possible:

http://ffmpeg-php.sourceforge.net/(to convert the files to flv)http://fanno.dk/index.php?option=com...ategory&id=15&...

However, the amateurish nature of the second link makes me nervous!
I'm also not even sure I need to access the meta data in the flv
files. If I can convert them, I can have a flash video app do the rest
(progressive download will be fine so no need for true streaming).

Could AMFPHP handle this?

Many thanks for any replies.

<L>
ffmpeg or mencoder can convert pretty much anything to flv. You can
create them via php using shell commands once the file is uploaded

Mar 30 '07 #3
thanks guys!

On 30 Mar, 03:59, "dave" <dave.wa...@gma il.comwrote:
On Mar 29, 4:17 pm, "lukemack" <lukemst...@gma il.comwrote:
Hi,
Can anyone recommend a class/script which handles video file uploads,
preferably with Flash integration? I'm looking to have a video
upload / library section in my cake app.
I considered the youtube api but they dont have upload functionality
in the api (yet). The following links suggest what i want to do should
be possible:
http://ffmpeg-php.sourceforge.net/(toconvert the files to flv)http://fanno.dk/index.php?option=com...ategory&id=15&...
However, the amateurish nature of the second link makes me nervous!
I'm also not even sure I need to access the meta data in the flv
files. If I can convert them, I can have a flash video app do the rest
(progressive download will be fine so no need for true streaming).
Could AMFPHP handle this?
Many thanks for any replies.
<L>

ffmpeg or mencoder can convert pretty much anything to flv. You can
create them via php using shell commands once the file is uploaded

Mar 30 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
18905
by: Average_Joe | last post by:
Hello Java people, Been awhile since I've used Java, and when I did, it was pretty much XML stuff. Anyhow, I've got a client who needs to provide web viewers with both streaming (live) video as well as earlier recorded stuff. There are solutions for this, but they all seem to involve using a windows platform for performing conversion(s). (Either the cameras and
6
18590
by: Ravi | last post by:
Hi, Im trying to develop a Visual C# .NET app. that uses DirectShow filters to capture video from camera source. However, after going through a series of articles, I've seen that DirectShow is not directly supported in Visual C#.NET. Im wondering if there's any way to use the video-capture filters of DirectShow in Visual C#. Otherwise, would it be possible to create a Visual C++ DLL that uses DirectShow filters to capture video from a WDM...
10
3975
by: Guenter | last post by:
Hi, I need to develop an application that displays video 640x480 16-bit per pixel with 30 fps. I would prefer to do that with Python (wxPython) but don't have any experience whether it is possible to achieve that frame rate and still have some resources for other processing left? My development PC would be a Celeron 1 GHz. The final system could be a faster system.
5
3458
by: Lucas Tam | last post by:
I'm in need of a good lightweight video playback DLL. Windows Media Player is too finicky with video streams - certain corrupted streams won't play (but play fine via DirectX). Does anyone have a recommendation on a good video player? I've tried Managed DirectX AudioVideoPlayback - but it's locks my threads. I'm going to give NCT Video Studio a try, but it's a bit expensive. Windows Media SDK is too picky about the video stream.
8
7674
by: poorna | last post by:
hi all i want to upload the video files to the server.. then i encode all the video files into flv files ... and then i am go to streaming ... in the mean while i create the thumbnail image from video.. doubts: how to upload the video files to web server?
2
7888
by: hzgt9b | last post by:
Using VS2003, VB.NET, BACKGROUND I have a window forms based application that will be distributed and executed directly from CD media. The app contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowse) control. The TreeView is populated with nodes that when clicked play an audio clip that is stored on the CD and navigate the browser control to a specified web URL (also stored on the CD). All the web URLs are html documents...
4
6305
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is populated with nodes that when clicked play an audio clip from specified local or web URL and navigate the browser control to a specified local or web URL. Audio playback uses as hidden media player object AxWMPLib.AxWindowsMediaPlayer).
3
2018
by: pbd22 | last post by:
hi. i thought there would be volumes on this topinc on the internet, but i am having a tough time finding what i am looking for. i am trying to learn how to move a video from a cam corder or some device to the PC and then upload it to my web site, storing it on the server. i am looking for: 1. an explaination as to which destination is better - BLOB in SQL or
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8611
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8876
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6531
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4372
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.