VLC Command Line Toggle Play - vlc

I'm currently using this command to trigger VLC to play an audio file using a piece of software:
-qt-start-minimized --play-and-exit --qt-notification=0 "D:\SFX\audiofile.mp3"
Is their anyway through VLC command line of stopping the specific instance of VLC that was playing? or VLC being able to detect if the specific audio file is already playing then stop the audio else play the audio file.

Maybe this parameter could help you achieve what you want :
--one-instance

Related

From where to Get recorded call's audio file in Linphone iOS SDK

Used following code to start recording
linphone_call_start_recording(call);
Used following code to stop recording:
linphone_call_stop_recording(call);
I am not getting any audio file stored in app local directory, Any idea where it can be located?
Can any one please suggest? It can help me a lot
Recording audio file path has been defined with recordingFilePathFromCall function in LinphoneManager.m file

Video player for playing .mpd files

I want to play .mpd files in iPhone app and for that I tried VLC player but it's not working as per expectation and taking too much time to play the video. Is there any other option which i can use to play .mpd files like exoplayer in Android.
I have already implemented VLC media player for this purpose but now I'm looking for another option. Please help if any body have any idea about that.
Google has released a player that can be used with or without their widevine DRM.
https://github.com/google/universal-dash-transmuxer

Stop downloading of audio files but still be able to play it

I am currently working on an App which requires me to download a certain audio file. I am using AFNetworking for downloading and it works very well. What I want to achieve is when I download a file, I can stop it manually but still be able to play the audio file to where I stopped the downloading.
I have tried to work on it but what I always get is that when the downloading of the file is stopped, I can't play the audio. It maybe because the file is incomplete and will be considered as corrupted. The audio formats that I am downloading are m4a and AIFF.
Is this possible? Please help me on achieving it. Thanks.

Playing sound and video out of a streaming .asf file in iOS application

I need to read audio and video out of a .asf file that is streamed to my iOS7 application.
I've compiled ffmpeg but I'm notre really sure this is the way to go. If this is the good tool, I do not know where to go from here.
Any pointer ?

RTSP play extention with mov,3gp and mp4 in iOS SDK

I'd like to stream ,play video from RTSP url
rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov with also in 3gp,mp4
i have download test code
this is working fine with rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov but not able to play with 3gp and mp4
can we play video with audio ?
look at this project for some hints
https://github.com/mooncatventures-group/WebStreamX_flv_demo/
Its similar to the other gits but shows how to play a video locally, also answered similar question on the github issue log for you

Resources