an UI component to play audio or video content
0
votes
1answer
16 views
Can not play flash in android web view after many try
I am doing an android app which show my web site in the webview ! and my website is containing a flash player for playing movie !
Here is the link which containt the flash player and i want to ...
0
votes
0answers
12 views
Unity 4 Web Player offline installation - is it possible?
I would like to know if there is any way available to install Unity web player to a PC that is not connected to the internet.
The official installer installs an ActiveX component, and a NSAPI DLL ...
1
vote
1answer
16 views
Changing default player color globally on Tumblr
When posting a Soundcloud link on Tumblr, it automatically creates the embed code. But with this I don't have access to the parameters to add a different HEX color and customise my player within my ...
0
votes
0answers
52 views
Soundcloud Custom Player with Waveform.js and scrubber functionality
I'm working on a custom Soundcloud player for my website using waveform.js to generate waveforms. It works great but it lacks the scrubber functionality. How can I add that?
I'm not a JS wizard, ...
0
votes
0answers
34 views
How can I watch my video from an sdp file?
I'm using ffmpeg to create a streaming. It works fine. I have a server and with ffplay I can watch my stream.
My only (big) constraint is real time.
I have to embed it into an html page accessible ...
0
votes
0answers
6 views
aac player for Android and iPhone on browser
I have a mobile site that is accessed by desktop: IE, Mozilla, Opera, Chrome etc, and from Android and iOS.
Now the problem is that I have a stream via winamp + shoutcast.
I can stream with either mp3 ...
-3
votes
0answers
18 views
I want Full Netbeans JavaFX MP3 Player Project [closed]
Actually i want to make a software like Virtual DJ. So this is just the starting. If some one help me then it will be really good. I need full project so that i can completely understand the code.
0
votes
0answers
19 views
Is there ANY jscript or html5 video gallery with a comment system? [closed]
There are tons of video gallery players that can take in vimeo & youtube videos and basically do most of the work. However, in my searching through all these, none of them has a comment system. ...
4
votes
0answers
202 views
Trouble playing a song in Google Music player
Is there any way to start playing a song in Google music player app from my app? I am trying following code, but google music player only opens the search results & does not actually play the ...
-5
votes
0answers
15 views
Does anyone know how to integrate Shadowbox and Video js? [closed]
Does anyone know how I might integrate shadowbox and video js
Thanks for your help
Judith
0
votes
2answers
27 views
Xna 4.0 Shooting using angle
Sitting and making a 2d shooting game where my player needs to be able to shoot up left and up right using angles. The problem i have is i cant find a way to make this work.
So how do o calculate ...
0
votes
1answer
94 views
embed youtube html5 player shows no fullscreen button
I include the youtube player as follows in my php file:
but the player does not show the fullscreen button.
switching to the flash player
(whether through changing the url from /embed to /v or by ...
0
votes
1answer
30 views
Html5 MP3 player
I am trying to make a simple Html5 player that has one button for play and pause, from 2 images and that is it. Instead of having the standard 'controls'.
<audio controls="controls">
...
0
votes
1answer
40 views
Play MP4 video using JMF
How to play MP4 video using JMF?
I am creating java application. I want to play mp4 file using JMF. I tried to play mp4 file but it throws exception
Could not create player for filename.mp4
mpg ...
0
votes
0answers
21 views
How To play Video From inputStream in android?
i want to play video from input stream in android.i already play video from sd card directly ,from url and resource folder(raw folder) but unable to play from input stream.can somebody help me.
0
votes
1answer
34 views
Add hint (like OnMouseMove) to Play, Pause and Stop buttons in flash player(player_mp3_maxi)
I am using "http://flash-mp3-player.net/players/maxi/" flash player in my html page.
And there also have source code("https://github.com/neolao/mp3-player").
It works for me good.
But, i want to add ...
0
votes
1answer
35 views
mediaelement audio player volume slider below player
I'm trying to convert my theme to the new mediaelement audio player in WordPress version 3.6.
The css is breaking in responsive mode and the volume slide bar displays outside and below the player. ...
0
votes
0answers
6 views
J2me how to use amr sound files?
I created player for amr sound but i have problem while running it on samsung device.
once i stop the sound and again if i play sound is not playing .
code to create player is :
InputStream ...
0
votes
0answers
6 views
VMware Fusion or Player VMs Default Gateway IP Device [migrated]
I can't seem to find the device corresponding to the default gateway configured in VMs with NAT networking. Let me explain.
If I issue route -n on my Ubuntu VM, which is running on either Windows ...
0
votes
1answer
67 views
Add subtitles into a web player
I'm playing a movie online, I was wondering if is it possible to add subtitles into a webplayer (JW player) ?
0
votes
0answers
15 views
How can I remove the Facebook and Twitter links on my embedded YouTube player?
I'm just now working with embedding YouTube's video player in my page and I like everything they're doing except that annoying link to Twitter and Facebook. I've set the player to modestbranding and ...
-1
votes
1answer
41 views
how to check programmatically whether MP4 is corrupted or not?
I want to check programmatically whether MP4 file is playable or not. I am very interested to solve this problem programmatically.
Manually, I can easily verify corrupted MP4 but I don't to watch ...
-1
votes
0answers
23 views
how to play dvd format file in vb6 [duplicate]
How I can play dvd format files (*.vob) in vb6?
I use wmp for other formats.
Example:
wmp.url="d:\sample.avi"
wmp.controls.play
0
votes
1answer
52 views
videojs buffer not playing when using php file
I have player:
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/c/video.js"></script>
<video id="milokan" class="video-js ...
0
votes
0answers
24 views
embed VideoPlayerKit in iOS app
I came upon a video player framework to replace default video player in my xcode iPhone project, ign VideoPlayerKit :
https://github.com/ign/VideoPlayerKit
It's looking great, I made it work, but I ...
0
votes
1answer
22 views
How to handle the movement of the Hero in a physic engine?
I'm trying to make a little game with a physic engine and i'm especially trying to make a good and re-utilisable architecture.
I'm trying to handle the control of the Hero Entity the best way ...
-3
votes
0answers
57 views
How to play DVD (.vob files) in windows media player (wmp.dll) in VB6
I try to play DVD file format (*.vob) in VB6 but this code is not work!
wmp1.url="d:\my dvd1\VIDEO_TS\VTS_01_1.VOB"
or
wmp1.url="dvd://d:\my dvd1\VIDEO_TS\VTS_01_1.VOB"
please help me ...
0
votes
1answer
29 views
Showing the audio player in Wordpress 3.5.1
I was trying to insert the mediaelement player in a page on Wordpress 3.5.1.
According to the documentation I used the [audio src="file.mp3"] shortcode, but it doesn't seem to work. Nothing is ...
0
votes
0answers
49 views
Youtube Android Player API capture frame/screenshot
Is there a way to capture current frame from a video playing with Youtube Android API?
The video is not stored on the device, it's on an external server.
Thank you.
0
votes
0answers
45 views
how to play video from raw folder in android?
Hi All I want to play video in android from raw folder in native player .I able to play video from sd card and server url. But if my mp4 is in raw folder its fire exception. Can somebody help me.
My ...
0
votes
3answers
650 views
Collisions in SDL & C++
How do I calculate a collision between two rects in C++ & SDL, and how do I make the player not able to go through this rect (ensure one rect CANNOT pass through the other)? I know to stop the ...
0
votes
0answers
16 views
Video Player for 5min(AOL) video API
I have implemented a 5min video API few months back.This helps me to grab video information by XML and JSON Format.I then used JPlayer to show video on my site.The requirement now has been changed and ...
0
votes
1answer
42 views
LOVE2D - Collision between two players
I'm making a basic game to amuse my friends. I haven't called it anything yet, but it's basically a square chasing another square. The red square is AI, and the white square is player-controlled. I've ...
-2
votes
0answers
20 views
HTML MP3 Player With File Rotation [closed]
I need an html MP3 file player that plays MP3 files in order in a rotation system. Somebody must know how.
Like there could be a list or something so when the MP3 play starts it goes down the list of ...
0
votes
0answers
24 views
EmguCV in a Video Player
is it possible to have sound, seeking frames supports in the video player while tracking an object via EmguCV? Or how to combine video player and tracking together?
-1
votes
0answers
18 views
How to synchronization Image, text and audio using daisy player and HTML5
how to develop Image, text and audio synchronization along with navigation based on pages, headings and sentences using daisy player and HTML5/javascript/css3 . It must work on iPad/Android-"pad".
For ...
-3
votes
0answers
84 views
Play RTMP link in Android [closed]
Hi Guys I plan to play my RTMP stream from my app, but how can I do it?, I can open the stream in VLC or BSPlayer but How can I make it work in the app, standalone?. I plan to use a button and when ...
0
votes
2answers
63 views
how to play videos in nintendo 3ds browser which does not support html5 or flash
How can I play videos in a webpage in the Nintendo 3DS Browser?
It does not support any kind of video playing plugin.
Could some Javascript load still images or GIF files in a row to simulate a ...
1
vote
2answers
3k views
Best YouTube embedded player? (based on Chromeless API)
I'm building a website that will include embedded videos, and I've decided to use YouTube for video hosting as it's got the best functionality and the largest community.
However, I would like to use ...
-1
votes
0answers
24 views
Make an audio player that plays audio files [closed]
I want to make an android app that will have almost more than 2000 audio files. Of course, I can't copy to assets folder and play but I don't know any other easier way on how to get started. Can ...
0
votes
1answer
52 views
Error streaming file on android 2.x, working on 4.x
i wrote an class that extends android mediaplayer, the class is the following
package it.ccevas.ccevasandroid;
import java.io.IOException;
import android.media.AudioManager;
import ...
1
vote
0answers
156 views
ShoutCast Streaming Radio Flash Player
So i am having real trouble finding a flash player for streaming that does not require me to hotlink of someone elses website or use there php scripts etc via advertising. As well as a free one that ...
1
vote
1answer
51 views
Audio file placed on server not playing in android media player error (1, -2147483648)
link to my audio file is http://www.nomadicsmart.com/co-notes/files/testsong_20_sec.mp3
but it always give error (1, -2147483648)
where as this link works ...
-1
votes
2answers
36 views
How can I and other languages in my program in c#? [closed]
I'm making a program with c# and I would like the person who will use it to be able to choose the language.
For example I want to add ten languages from which the user can at any time choose ...
-2
votes
0answers
19 views
Begin seeking forward/backward [closed]
How can you make the button that goes to next song also when you hold it down to fast forward (using the media framework)
1
vote
0answers
150 views
Get Google Analytics tracking on an IFrame
I have a Youtube video embedded on my page and I want to be able to track how many people click on or play the video. Normally I would use the tag and track it using that, but I have not found any ...
-4
votes
0answers
29 views
the custom youtube player I made before is not working now. why? [closed]
I had made a custom youtube player years ago for my website for my playlist and now it is not working. I don't understand how to make a new one from your directions on here. Why does my old one not ...
0
votes
1answer
46 views
unity3d webplayer dosent work
my game run in windows .exe mode perfect but when I build my game as unity web player that does not work.
my host is Cpanel ( linux )
I use php server side code and in Unity java code and for DB ...
0
votes
1answer
684 views
android - media player null pointer exception
I have a really weird error that I just can't figure out what's going on. In my code, I use media player through SoundsClass like this:
public class SoundsClass {
private int sound;
private Context ...
0
votes
0answers
86 views
How do i create a video player in a lightbox with youtube videos and a playlist attached?
I'm trying to create a video player with a playlist on twitter bootstrap
http://brightmist.co.uk/test/bootstrap.html
Is there a way of putting the playlist call in the html, instead of the javascript, ...






