Questions tagged [playback]

Playing a sound or a video from an existing audio or video file or stream.

Playing a sound or a video from an existing audio or video file or stream.

1540 questions
0
votes
1 answer

"Function was not implemented" when trying to use ONI recording

I'm trying to use an oni recording in my application using OpenNI. Here is my xml file:
houbysoft
  • 32,532
  • 24
  • 103
  • 156
0
votes
1 answer

jplayer playlists?

The documentation on jPlayer.org doesn't seem to include anything on how to create a video playlist such as the one shown as a demo. How can I create a pre-defined playlist with jPlayer? If it helps to know, I'm hoping to automatically prepend an…
beth
  • 1,916
  • 4
  • 23
  • 39
0
votes
1 answer

MediaPlayer .setDataSource() causing exception in android

I am making an android application that loads files from a directory on the sdcard into a list. Once an item is tapped, it resolves its path, and puts it into a string. I am trying to load the string into a mediaplayer with the .SetDataSource()…
user1446632
  • 417
  • 2
  • 9
  • 24
0
votes
1 answer

Playing a different segments in a video

i want to develop a video player which has to play different parts in a video (specified by their start n end positions). I am using directx.audiovideoplayback dll for this purpose. the starting and ending positions are stored in an array. eg-…
user1188979
  • 1
  • 1
  • 3
0
votes
1 answer

How to get status of a video player in BlackBerry

I want to play a 10 seconds long video in BlackBerry. On video playing completion I want go to another screen. For this I want know the current status of player (e.g. playing, stopped, paused etc.). Here is the code I am using now. Need help on this…
jaleel
  • 1,169
  • 8
  • 22
  • 46
0
votes
2 answers

Implementing ipod playback

How can I let ipod playback continue when my app is on the run?
valiantb
  • 47
  • 1
  • 1
  • 4
0
votes
1 answer

flash as3 fullscreen browser jams up playback

I have an AS3 project which when the user clicks a button the browser is set to fullscreen. This works great, however the playback sticks after the navigation is sent to the next frame. The MC on frame two plays, but then the playback head doesn't…
llyfre
  • 25
  • 1
  • 8
0
votes
1 answer

get rid of video button on ios uiwebview

Is there some way to get rid of the giant uiwebview video play button whenever it detects a video. I just want to show a screen of a video without the play button in the way. Thanks,
techdog
  • 1,451
  • 3
  • 19
  • 38
0
votes
1 answer

Objective-C :: Play music by sentence

I am making Shadowing application . I have in trouble that play music by sentence. like this ,... If Music is given this "hello world. super world" , I want to do like this... @implementation .... MPMusicPlayerController *musicPlayer; - (void)…
nobinobiru
  • 792
  • 12
  • 28
-1
votes
1 answer

Playing mp3 files in android application

I am making an android application that will play an mp3 file once a sms containing "PhoneAlarm" is received. This is the final code that works for me. Note that: "I will not use all of the coding that's in here" Take a look at my code: import…
MySoftware
  • 103
  • 3
  • 9
-1
votes
1 answer

Android 3.2 videos on webapp with phonegap

I already know the issue about videos not playing on webview. I found the video.js plugin from Simon Mac Donald. I did all the process of installation, but now i don´t know where tu put the code.…
Juan
  • 1
  • 1
-1
votes
1 answer

Spring-Boot based

How can Spring Boot be integrated with other Java frameworks such as Play or Struts? I am working on a Java web application using Spring Boot and I would like to know how I can integrate it with other Java frameworks such as Play or Struts. I have…
-1
votes
1 answer

Google play keeps rejecting my app to not adhering for google play developer program policies

enter image description hereenter image description hereiam using a later sdk version than the 4.0.1 he asking me to use but still rejecting my app any help would be usefull I tried to change the sdk version and the api used but nothing changed
-1
votes
1 answer

Using Room Database, How to I update new data after the app is launched?

I am using Room database. After I launch my pre-populated app to play store how do I update the data for all devices without them having to update the app? The users will not be the ones adding the data...that will be me.
-1
votes
1 answer

Why is my text disappearing on the Google Store compared to my virtual device, which is displaying text correctly?

I tried playing around with my settings and I cannot get Google to release the app with text... Left screenshot is my app on my actual phone downloaded and right is the preview in android studio running the Pixel 5 phone version, but I have also…
1 2 3
99
100