Giter Club home page Giter Club logo

ios-samples's People

Contributors

ksv510 avatar markpiller avatar slavavdovichenko avatar yaschenko 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

Watchers

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

ios-samples's Issues

Media Streaming - Sound Issue

Hello Team,

I have downloaded you live video streaming IOS SDK, and its working but i am facing one problem , i couldn't hear audio/voice clearly . when i start video broadcasting on receiver side i can't able voice clearly so its there any sound setting i need to while start video broadcasting.

I am broadcasting video, and yes we have use your sample code but when i am broadcasting video and playback, the sounds coming very slow on receiver side, sometimes i couldn't hear sender voice.

please replay me as soon as possible.

Thanks

Video Sample Broken

Hi guys,

The included Video sample is quite error prone. I have managed to record some videos, which I have checked have been uploaded by looking on the Dashboard.

(For reference if you upload a file that already exists you will have an error... is there some way to replace existing videos with new ones?

However, playback function doesn't work at all. The error message is as follows:

----------------------- playbackControl ------------------------------------------------------
2016-02-28 22:00:02.761 VideoService[633:35089] MediaService -> playbackStream: options = <MediaPlaybackOptions: 0x15e810a0>
2016-02-28 22:00:02.769 VideoService[633:35089] >>>>>>>>>>>>>>>>>> MediaPlaybackOptions -> getServerURL: rtmp://media.backendless.com:1935/mediaAppVod/definst
Setting buffer duration to: 0.064000
2016-02-28 22:00:03.061 VideoService[633:35089] MPAudioUnitEngine -> setupAudioSession: (ERROR) Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)"
AVAudioSession: sampleRate=16000.000000, buffer duration: 0.016000, inputChannels = 1, outputChannels = 2
2016-02-28 22:00:03.167 VideoService[633:35089] MediaPlayer -> parameters:(
"REDACTED",
v1,
"",
videoTube,
playRecorded
)
2016-02-28 22:00:03.168 VideoService[633:35104] MPMediaDecoder -> playing: try to open the stream rtmp://media.backendless.com:1935/mediaAppVod/definst/test ...

2016-02-28 22:00:03.169 VideoService[633:35104] MPMediaDecoder -> openStream: rtmp://media.backendless.com:1935/mediaAppVod/definst/test

rtmp_buffer=0

rtmp_conn=S:12175C44-3AEE-25EE-FF13-5CF260E81000 S:v1 Z: S:videoTube S:playRecorded

[rtmp @ 0x15d8e900] Unknown connect error (unsupported authentication method?)
[rtmp @ 0x15d8e900] Server error: Connection failed: Application rejected connection.
2016-02-28 22:00:03.715 VideoService[633:35104] MPMediaDecoder -> avformat_open_input() (stream = 'rtmp://media.backendless.com:1935/mediaAppVod/definst/test'): -833925547 'Unknown error occurred'
2016-02-28 22:00:03.716 VideoService[633:35104] MPMediaDecoder -> playing: stream is not opened, wait about 1 sec
2016-02-28 22:00:03.716 VideoService[633:35089] MediaPlayer connectFailedEvent: -833925547 = Unknown error occurred
streamConnectFailed: -833925547 = Unknown error occurred
----------------------- stopMediaControl ------------------------------------------------------
2016-02-28 22:00:04.812 VideoService[633:35104] MPMediaDecoder -> playing: try to open the stream (null) ...

2016-02-28 22:00:04.814 VideoService[633:35104] MPMediaDecoder -> openStream: unknown

rtmp_buffer=0

rtmp_conn=S:12175C44-3AEE-25EE-FF13-5CF260E81000 S:v1 Z: S:videoTube S:playRecorded

2016-02-28 22:00:04.815 VideoService[633:35104] MPMediaDecoder -> avformat_open_input() (stream = '(null)'): -816688904 'Protocol not found'

persistenceService.find() fails because of namespaced swift objects?

Hi,

I want to fetch all the options in one of my tables. I'm trying to do something along the lines of:

Backendless.sharedInstance().persistenceService.find(Friends.ofClass(), dataQuery: nil, response: { (collection) -> Void in
            print(collection)
        }) { (fault) -> Void in
            print(fault)

        }

However, the error block fires and I get a Fault object: FAULT = '0000' [Object ID is not exist] <>

I believe it's because Friends.ofClass() evaluates to something namespaced, such as MyAppName.Friends rather than simply Friends.

Any ideas on how to get around this? Short of renaming the tables in the backend... or rewriting on classes in objective-c... ?

Thanks!

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.