Coder Social home page Coder Social logo

dfurtspplayer's People

Contributors

durfu avatar ewg777 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dfurtspplayer's Issues

Despite connection, video not showed

Hi,

I installed your app on my device and tried to connect it to a RTSP stream from another device which is using Android. Unfortunately there is no video that is shown on the iPhone screen despite the connection.

The log says: No accelerated colorspace conversion from yuv320p to rgb24.

play mp4 file no sound

2013-03-12 11:30:21.055 DFURTSPPlayer[1089:11f03] audio format (86018) is supported
2013-03-12 11:30:21.089 DFURTSPPlayer[1089:11f03] <com.apple.main-thread> Prime failed ('!dat'); will stop (72000/0 frames)
2013-03-12 11:30:21.089 DFURTSPPlayer[1089:11f03] Could not start audio queue.

test file http://112.65.235.145/vlive.qqvideo.tc.qq.com/v00113mzdsr.mp4?vkey=03BDF0A68787D1B7937B386F359603E71EB7DD4C2F924DCCD1A956178BAAD4C5B958596242EB5FF8&br=72&platform=0&fmt=mp4&level=3

audio

how to mut audio on the display?

the audio doesn't play

I use your project , I can run it on my iphone5 . But there is not any music . It only show the video.

the log as below :

2013-07-15 20:20:18.254 DFURTSPPlayer[1290:907] found video stream
2013-07-15 20:20:18.255 DFURTSPPlayer[1290:907] found audio stream
2013-07-15 20:20:18.259 DFURTSPPlayer[1290:907] set up audiodecoder
[swscaler @ 0xde7000] No accelerated colorspace conversion found from yuv420p to rgb24.
2013-07-15 20:20:18.270 DFURTSPPlayer[1290:907] video duration: 596.480000
2013-07-15 20:20:18.271 DFURTSPPlayer[1290:907] video size: 240 x 160
2013-07-15 20:20:20.556 DFURTSPPlayer[1290:907] ready to start audio
2013-07-15 20:20:23.757 DFURTSPPlayer[1290:907] audio format aac (86018) is supported

Looking forward to your reply

RTSP audio only streaming issue

I use Wowza Streaming Engine with DFURTSPPlayer to play rtsp audio only stream. In the case of short-term interruption of the broadcast server or a short-term loss of Internet connection at the client (<10 seconds), the audio stream is no longer played back correctly. Packages continue to come and decoded, but I hear only silence.

How can I solve this problem?

Crash at [audioController audioQueueIsRunningCallback];

I have 4 cameras in my application. While switching between them sometime application gets crash inside function

void audioQueueIsRunningCallback(void *inClientData, AudioQueueRef inAQ,
                                 AudioQueuePropertyID inID) {
    
    AudioStreamer *audioController = (__bridge AudioStreamer*)inClientData;
    [audioController audioQueueIsRunningCallback];
}

RTSP user password protection.

How would you implement this control, with a user and password protected IP Camera, using RTSP.

Thanks.
Great job BTW.

RTSPPlayer volume

i have been successfully able to play RTSP video streams, but i am unable to get or set volume for the rtspplayer.

Are there any methods that i can use to control the volume of the player using a UISlider(NOT iOS device volume).

Does this use HW decoding?

I see that you recently updated the ffmpeg version - I just wondered if this means the decoding is now done via HW acceleration for h.264 on iOS8+ (where the HW accel is exposed to devs)?

RTMP video works?

I tried to run a url in RTMP format, it runs for a few seconds and cannot form the next video frame, would this really be the behavior? In other words, does RTMP video work?

RTSPPlayer Callbacks

Hi is there a way to get callbacks like,
didStartPlayingVideo , didStopPlaying, couldntOpenFile, didTimeOut etc, so that we can do proper handling.
i need to simply show an activity indicator and stop when video begins to play.

RTSP Player error callback

It is working fine when streaming is come but it can not get any error call back when streaming data is not come

no sound

run it on ios6.1.

2013-03-11 17:15:04.723 DFURTSPPlayer[3464:907] *** -[NSLock unlock]: lock (<NSLock: 0x1e8508c0> '(null)') unlocked when not locked
2013-03-11 17:15:04.724 DFURTSPPlayer[3464:907] *** Break on _NSLockError() to debug.
2013-03-11 17:15:04.725 DFURTSPPlayer[3464:907] audio format (86018) is supported
2013-03-11 17:15:04.733 D

Importing library to new swift app

Hi,
I am trying to import this library to my current app that is build with swift. After adding the two folders "FFMpegDecoder" and "FFMpegiOS", i am getting the error ".../include/libavformat/avformat.h:259:10: 'libavcodec/avcodec.h' file not found"

Any idea why this is happening?

Memory leak !!!!

While running the code on iPad 4 abd my Simulator 7.1, it have memory leak.......... !!!!! Please Help me !!!!

copy

hello,
how can i copy a RTSP view to another view?
thx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.