media

WordPress: Managing subfolders in media library

I'm working on a site for a client that uses a large number of images and we concluded that it's necessary to use subfolders within the media library, also being able to give these custom names (no auto-generated date based folders). I guess it's possible to make some sort of function for this or use a plugin but haven't found any existi...

Set of reference media files

I'm working on testing a software which transcodes different media files. Therefore i need a set of sample media files (Audio/Video) with various combinations for different codecs. Did someone create such a package allready or do i need to create all combinations from scratch? ...

How to play large video files in blackberry application?

I want to design a blackberry application that plays videos. In the latest JDK, it has a media player which I can use to play videos. However, after ~6MB of videos have been added to the application it seems to crash as the COD files can't support that much data. What can I do? Is there a limitation on the size of an application on the...

Stagefright media delay in 2.2 after setting data source?

My first post here. This website has been very useful for learning Android programming, thanks to everyone. I have a simple app that loads an MP3 stream and plays it. It works fine on 1.6 and 2.1 but on 2.2 it doesn't quite work right. It seems my service is having a problem starting, it's giving my an ANR and the dialog where I have to...

HTML5 audio link masking?

I'm trying to create a mobile ready audio player. However, I'm wondering if it's possible to "mask" the src so that a user couldn't view source and download the mp3. I'm definitely a n00b, so any simple direction would be extremely helpful (IE - use 'x' to do 'y'). I don't necessarily need code examples. Thanks! Current: <audio src="un...

Upload photos with php without reload

What I want I want to upload a file without without reloading the page, also I want to add the source link for the image to the textarea. So when I push the upload_photo, the image uploads and a link is added to the textarea. I want pure HTML, Javascript|AJAX and PHP. What I have <form action"index.php" method="post" enctype="mu...

What is lib Swscale used for by ffmpeg programers?

What is lib Swscale used for by ffmpeg programers? What benefits it gives for AV encoding/decoding? What is its position relevantly to av* libs? ...

How to handle long press media button, in order to launch activity ?

Hello, I would want to know how to launch an activity when long pressing media button. In this case, I don't want to launch the default activity : the media reader, this one must keep lauching when media button has been short pressed. Hope, I've been explicite. A.L. Subsidiary question : Why some hard key, like the search button, can...

media player like jquery media plugin which plays outside files

I am trying to use jquery media plugin, which is very simple to implement for the local files. I dont see an option to play the outside files. The jquery media plugin works fine when we implement like: Html: <a class="media" href="sample.mp3">Sample Mp3</a> Script: $('.media').media(); But this is not working when we implement like:...

Custom MediaStreamSource and MediaElement.Naturalduration property

i have written a custom mediastreamsource, that can play media from growing source files (mpeg transport streams). Once it reaches the end of its mediastream, it reads the new duration from the mediafile and continues to deliver samples. The MediaElement plays continously. Unfortunately i haven´t found a way to update the MediaElement.N...

Jce editor groups- problems with multi permission

I have Joomla site with JCE editor. I use the JCE groups to create permissions for different users. I have created few groups and every group is permitted to control one media directory. I have combined a specific user to two different groups assuming that this user will have the ability to access two different media directories. But ...

Add custom js to django form

Hi, I know how to do this: class CalendarWidget(forms.TextInput): class Media: js = ('animations.js', 'actions.js') But then i get something like: "<script type="text/javascript" src="http://media.example.com/animations.js">" What I want is something like this: <script>callMYFunction(sdf); </script> By doing something ...

What are the ways a facebook application can communicate with a user?

I am a graphic designer who is currently designing a facebook application. I wish to know the various ways that a facebook application can communicate with users of my application, and the limitations of those methods of communication. e.g wall posts, emails etc ...

How to create equalizer for android

Hello. I want to create simple equalizer for android. How can I do it? Try to find some methods in MediaPlayer class. But all my attempts failed. ...

in android when video duration or date_modified attribute available through content provider

I'm having some trouble accessing attributes like DURATION and DATE_MODIFIED of video and image. My app access these attributes for both type of data but if I take a picture or shoot a video the related attributes are not immediately available through content provider e.g. for DURATION for that specific video it returns 0. If I restart ...

how to adjust master volume in vista/xp

i want to adjust the volume programatically like Get/SetMasterVolume in vista and xp? using mmsystem unit? ...

Why does MPMoviePlayerController work in the simulator, but not the device?

Hey guys, I'm having trouble getting MPMoviePlayerController to work on the device. It runs fine in simulator, playing a five-second video and then sending the appropriate callback (myMovieFinishedCallback:) to the view controller. When it runs on the device, the movie never shows up, even though I can trace through [player play] with n...

what tools to use to encode ogg files for Android 2.2 (some work in 2.1 but not 2.2 )

After the upgrade to Android 2.2 os my application Myan Calendar Countdown 2012 is broken It has been on the Android Market for 5 months and working fine. now the movie file just shows black and some sound files do not play Here are some files that no longer play http://www.roguetreasure.com/downloads/button25.ogg and http://www.roguet...

Useing the Defli 7SE Media Player

Hi, I am studying computer programming at school and have a project, in this project I want to use the Media Player to play videos, and require codeing aswell as notes as to how it works, any help will be usefull. ...

How to stream media playing in songbird?

Songbird is an open source media player with lot of plugins. I want to broadcast media playing on my songbird over a network. Kindly, do not suggest me using another player. ...