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
31 views

Controlling Video player through java

I want to control ffmpeg video player through java commands. I am using ffmpeg in Raspberry pi Model B. It uses Lunix based Debian Wheezy Operating system. I want to control the functions like play, ...
0
votes
0answers
39 views

Library for Play video frame by frame in java? [closed]

I am trying to use code in java to play the video frame by frame? Does anyone know which library should be best for this purpose? If there is several sample codes, that will be perfect. Thanks a lot.
0
votes
1answer
60 views

BigClip Won't Play .wav File

I am attempting to add an audio player to my application. Here's the code from the class that handles audio playing: package me.pogostick29.audiorpg.audio; import java.io.File; import ...
0
votes
1answer
51 views

How to get status of file is playing in Window Media Player in java

I'm doing project about Mini-Lyrics by java-code, so, I want to get take information of mp3 file when it running on Window Media Player, for example: About information beginning time, running time, ...
0
votes
1answer
77 views

Need an audio player which will play all .mp3 files on a page [closed]

I need an audio player which will play several .mp3 files hyperlinked on the same page. I found to this functionality in the YahooWebPlayer but I do not want to use the Yahoo Branded Product. Also, I ...
0
votes
1answer
44 views

YouTubeEmbededPlayer GWT HowTo stop videos?

I am trying to use the youtube video gwt api. The youtube-player works but how can I stop videos? I didnt find a command for that... I created my player following: protected YouTubeEmbeddedPlayer ...
0
votes
1answer
78 views

How to read songs playlist from website or static ip for my Android media player project

I am currently making an android media player app in Java, Its job is simple to make user enjoy my friends raps using online streaming. His songs are on reverbnation.com, i would upload a playlist ...
1
vote
4answers
792 views

How do I add or install the native libraries for VLCJ?

I am trying make a messenger in java that has a video player in it and so I'm using vlcj but I receive this error Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library ...
0
votes
0answers
184 views

simulation of a virtual video player [closed]

I am creating a simulation of a virtual video player (something like a very basic version of RealPlayer or Window Media Player). All the codes given below are error free. This is the main class: ...
0
votes
1answer
138 views

Music Player - Function doesn't work when trying to use objects

I am making a music player application for my Computing project. I got it working but found that using objects would get more more marks. As a result, I changed some of my code to incorporate the use ...
0
votes
1answer
980 views

RTSP mjpeg stream player - the easiest possible way?

I need to make some project involving camera. I have stream in format rtsp://ip:port/stream which i can see on external players i.e VLC. What i want to do is to make simple Java client to read and ...
0
votes
0answers
70 views

Compilation error in Player/Stage

I have installed on Ubuntu 12.04 Player-3.0.2 and Stage-3.2.2. No problems with the actual installation. The problem lies here: When I try to compile a .cfg file -for example when I type the command ...
2
votes
2answers
713 views

play & stop music player on java android programing

Button b = (Button) findViewById(R.id.button1); b.setOnClickListener(new OnClickListener() { MediaPlayer mp = MediaPlayer.create(main.this, R.raw.lastmohican); public ...
0
votes
1answer
146 views

YouTube videos in java me

I want to open youtube videos in j2me. Like for example when i pass it a certain youtube link for example if i try to open the link "youtube.com/v/Q3dpUTJeFXA" It should start it in the device media ...
0
votes
2answers
2k views

Java MP3Player by using Javazoom play and pause

I'm making a simple MP3Player in java. I have managed to play a .mp3 file but when i start playing the whole program freezes and i cant click any buttons in the program. I need help making the pause ...
-2
votes
3answers
336 views

How to make a custom video player W/ embed options! Rare

First question: What would be the best language to create a video player in? / Anyone point me in the direction of a tut that can help me write said script? Second Question: How can I code such ...
0
votes
0answers
98 views

Playing array of audio samples in Java

I need to play an array of 16-bit raw voice samples in java. i know how to play from a file.i searched for playing from array ,but didn't find a solution. i am looking for any method almost like ...
5
votes
1answer
1k views

Java: Guide to write a custom video codec

I have quite a weird question, but here it is: Is it possible, and are there any guides for writting a custom video codec in C++ or Java? Here's the weird part, I don't need to dive into those tons ...
0
votes
1answer
675 views

Java 2d game collision detection

I have a problem with my java game. I'm making something like r-type and this is my first attempt to make a game in java. I've made spaceship, missiles, aliens and everything is working, but collision ...
0
votes
1answer
355 views

Play swf inside Java app on Mac possible?

There's quite a few questions about playing SWF in a Java Desktop Application but none, that I could find, addresses the Mac platform. I know it is possible on Windows using JFlashPlayer (now ...
0
votes
2answers
185 views

can not play sound in java

im trying to play a sound in a program in Java but i dont know whats going wrong.When i try this code the sound is playing but nothing else happens from the rest of the program. Here is what i've done ...
1
vote
0answers
251 views

Playing media files in Java?

I've set myself the task of creating a media player in Java. I've seen that the JMF and Xuggler are both quite good ways to implement the actual audio/video playing, among others. My question is that ...
2
votes
1answer
917 views

java J2me Player, Play Mp3 Files One After The Other

i am unable to play an mp3 file one after the other, when 1 file finishes playing the other file needs to start. i am only able to start playing 1 file, when i put code to start the next file it just ...
0
votes
1answer
628 views

unable to play mp3 in j2me

I am trying to play file from direct web link(http) but it throws exception Can not create player for: Unsupported contect type code is simple as Player player = ...
1
vote
1answer
878 views

How to play .mp3 songs from files in memory card in J2ME

I am trying to create a Music Player App in J2ME. I want to know how can we play the mp3 files stored in memory card and phone memory. below is the code i am trying to execute(in else part). It ...
0
votes
1answer
507 views

Play .swf sound files?

my Android application needs to play .swf files, which are sound only.. Is there a plugin or something so I can play them normally? Thanks.
2
votes
2answers
885 views

Java library to play audio files?

I'm trying to create a simple media player in Java that will be able to play (not encode or convert or anything fancy) some common audio formats, including MP3 and OGG. I thought it would be easy, ...
0
votes
2answers
3k views

Accessing webcams with JMF?

I would like to access my webcam with JMF, create a snapshot, and email it. I have working email code, but every time I tryCaptureDeviceInfo inf = CaptureDeviceManager.getDevice("vfw:Microsoft WDM ...
3
votes
1answer
457 views

Blackberry reduce audio player buffer

I am implementing audio streaming app which handles the streaming process manually by implementing custom Datasource and Sourcestream. From all my tests I found that the blackberry audio player has ...
0
votes
1answer
2k views

Embedding Video in Java

I've been trying to embed this video for days and I just can't get it to work. Here is a snippet of my code which is the method which runs the video. Any help will be GREATLY appreciated. private ...
0
votes
1answer
460 views

Problem streaming MP3 from local web server on Blackberry

I'm using the Player object by running the code Manager.createPlayer(urlhere), which works absolutely fine if the MP3 file is hosted remotely, but if the file is hosted locally (a HTTP web server on ...
0
votes
1answer
406 views

Sound Recorder in j2me

I am developing a midlet application for recording in .wav format. I use nokia sdk 6th edition. I tried with Player using following code. p = Manager.createPlayer("capture://audio?enc=audio/wav"); ...
3
votes
2answers
2k views

My streaming audio player continues to play during a phone call - cannot make it stop! (Android)

I have an app that consists of multiple activities and one service. The primary activity is a UI for streaming audio. When the user pushes the play button, the service is started, streaming the ...
0
votes
0answers
3k views

Android: source code Streaming Media

I made a stream mediaplayer for Android but when I try to run it, I get errors. Can anyone help me? package vn.zing.mp3.utils; import java.io.ByteArrayOutputStream; import java.io.File; import ...
5
votes
3answers
2k views

Media player libraries in Java

I am evaluating libraries for playing audio/video in Java. It does not need to be 100% Java; Java bindings to native libraries are perfectly OK. An external application that can be controlled from ...
1
vote
3answers
392 views

(discussion) challenges in creating a video player that can stream a video from remote server

I am jay, I am supposed to write a video player which should have a capability to stream a video from a remote server. There may be more than one video streams incoming. please do help me ...
0
votes
1answer
515 views

Player Stage Hunting Game - Java

So I have all these classes put together for all the connectivity between Predators and Prey and the world. The only thing I'm really stumped on is the run() method for the Predator class (how they ...
1
vote
1answer
651 views

Maze Navigation in Player Stage with Roomba

Here is my code: /* Scott Landau Robot Lab Assignment 1 */ // Standard Java Libs import java.io.*; // Player/Stage Libs import javaclient2.*; import javaclient2.structures.*; import ...
1
vote
2answers
3k views

Only one thread at a time!

Here's my code: new Thread() { @Override public void run() { try { player.play(); } catch ( Exception e ) { System.out.println(e); } } }.start(); which creates and ...
2
votes
2answers
2k views

Problem stopping a Player in JMF

I recently asked a question about controlling the volume of a Java audio clip and it was suggested that I try JMF. As I'm using an old JVM (1.4) and only interested in playing WAV files, JMF was a ...
4
votes
2answers
3k views

Need a basic audio & video player library in Java

I need to display a series of images (perhaps BufferedImages) with variable frame rates as a video, synchronized with uncompressed audio. I also need the basic media controls of play, pause, seek, ...