Questions tagged [playing]

Use [audio-playing] for questions related to playing audio with playbacks, and [playing-cards] for questions related to mimicking playing cards in questions. For questions related to playing videos, use [video-streaming].

This tag is deprecated! Please consider use of the following tags instead:

71 questions
1
vote
0 answers

Android - Youtube channel a playing videos in webview

I have m.youtube.com (my channel) in webview, but then I select the video and click play it don´t play video, only show toolbar. My code: webView = (WebView) view.findViewById(R.id.webview1); webView. getSettings().setJavaScriptEnabled…
koca2000
  • 67
  • 12
1
vote
2 answers

sound is playing even user goes to another android activity

i'm making an app that every activities has its own sound. my problem is even the user leaves the activiy (goes to another activiy or press back or home key) the sound is still playing. here is my code... import android.graphics.Typeface; import…
hossein
  • 123
  • 1
  • 1
  • 5
1
vote
0 answers

wp7 record and play video concurrently

I would like to record and play a video on Windows Phone 7 simultaneously. For recording I use: CaptureSource captureSource = new CaptureSource(); VideoBrush videoBrush = new VideoBrush(); videoBrush.SetSource(captureSource); uxScreen.Fill =…
Wojtek
  • 1,006
  • 11
  • 30
1
vote
1 answer

how to add custom visualization to Media Element (Windows Media Player) in WPF

I just came across this requirement, could find this URL is of close match but the source downloaded is…
sahridhayan
  • 55
  • 1
  • 9
1
vote
0 answers

How to play sound/audio file audible only for me during call?

I'm developing an Android application which is checking handoff performance. It should be playing sound/notification during call (when handoff has performed), but only audible for me. I know that it's impossible to play sound for both sides, but my…
1
vote
0 answers

jPlayer and Now Playing data from SHOUTcast

I'm trying to implement jPlayer to stream some channels from SHOUTcast. EVerything fine and well till the "now playing" part. See here the testing area: http://www.powermixfmradio.com/2013/index.php The idea is, every time someone clicks on a…
uvot media
  • 11
  • 2
1
vote
1 answer

AVAudioPlayer is playing again without being called play.

I have 2 views and video player and an audio player. when button on the first view is pressed. then audio and a video player start playing. And after the movie has stopped playing. next view is appear. when i press back button on the second view…
0
votes
2 answers

AudioStreamer not working in background in iOS5. Any suggestions?

I have implemented Audiostreamer class of Matt Gallagher in my application and it works fine in ios4. But when I switched to iOS5 the background playing is not working in there. I have added UIBackground Modes and Application does not run in…
thoughtbreaker
  • 161
  • 1
  • 10
0
votes
2 answers

PLaying two videos in sequence in Chrome by using the

How do I play two videos in a sequence in the HTML5 video tag? In Google Chrome, the following code plays only the first intro video.