Search results

  1. M

    Video distortion problem

    Hi Admin, Thank you for your support. 1. We keeping the recordings in WCS_HOME/media folder in the wss server. 2. Playing it using following code: - (FPWCSApi2Stream *)playStream { localvideoView.hidden = NO; FPWCSApi2Session *session = [FPWCSApi2 getSessions][0]...
  2. M

    Video distortion problem

    Hi Max, Thank you for your feedback, when I am publishing the stream the .recording = ON, so file is saved in the server. That file I want to play without downloading, please tell me the way how we can play that file without distortion? also are you sure VLC player do the trick? Because once I...
  3. M

    Video distortion problem

    Hi Max, Thank you for the resolution, but still we are not getting your point about how to play the file? You are asking to call the url as vod://file_name.mp4, tell me if we put that to some player like avplayer or vlc player, how do these players understand where that file exist, there should...
  4. M

    Video distortion problem

    Hi Max, Thank you for the feedback. The script you have given there we are already using there to transfer the file to specific directory. But when we are putting vod:// before the url of the video it is not recognizing. Can you please tell me how to play that url in ios or android or web...
  5. M

    Video distortion problem

    Hi Max, Thank your for your answer, we are trying to make that. Suppose we have the recording URL like https://natitsol.in:8888/client/records/stream-7608750A-3BAE-4E0D-B84E-20910C3D1584-iiabkki005tad8omrrgr121slr.mp4, how it can be integrated with vod, can you please help?
  6. M

    Video distortion problem

    Hi Max, Thanks for your valuable reply, There was the problem as well with example app which you provided. The internet connection is stable. Please guide us, I have already shared teh code with you, I have already purchased your license. Please help us, we are really in trouble. Please tell us...
  7. M

    Video distortion problem

    1. My iPhone 5S Device model is MF357HN/A and OS Version is 12.0.1(16A404). 2. I’m using AVPlayer as player. 3. I’m using “wss://demo.flashphoner.com:8443/manab” to connect with WCS server. And using "https://wcs5-eu.flashphoner.com” is for recording url’s streaming path. -> For connecting with...
  8. M

    Video distortion problem

    Hello, We are using flashphoner for live video recording and we are playing this video with our default video player. When we are playing this video, the video has distorted. There is some problem in playing the video. Please give some suggestion, how we will resolve this distortion problem. We...
  9. M

    Getting crash in iOS SDK

    Thank you Max, Removing those 2 frameworks make the app stable. We are not getting any crash after that.
  10. M

    Getting crash in iOS SDK

    Hi Team, Any news for me, I am not getting the crash where it is happening? Please guide me which framework I need to remove.
  11. M

    Getting crash in iOS SDK

    Hi Sir, It is great to see you replied, but please try to understand we have ran your test code and it worked fine, purchased your license, estimated given to client and now when we have implemented that in original project, it is crashing there!! I hope you understand. So please tell me if any...
  12. M

    Getting crash in iOS SDK

    Hi Team, Thank you for your valuable feedback. Do you have found something which is causing the crash? Look people will use your framework not on test projects, so why you are asking to implement in test project? stop repeating same thing saying. I have told you in test projects it is running...
  13. M

    Getting crash in iOS SDK

    I have sent you total code and told you where it is crashing, if you run the application in your mac you will get the crash in your end. As I have purchased the license you told me you will give me support still why you ignoring now? you have the source code and app is crashing because of the...
  14. M

    Getting crash in iOS SDK

    Hi Sir, We have already purchased your license. Here is the key: DF2150F1-XXX... So please tell us where is the problem it is happening.
  15. M

    Getting crash in iOS SDK

    Why dont you directly tell us that you are not giving support for your framework, our organisation was planning to buy your paid access, but if we get that kind of support how we plan to purchase, there is nothing written which is causing the app crash, total app is running fine, only when...
  16. M

    Getting crash in iOS SDK

    I know all those memory allocation, and IBOutlet does not needed extra allocation, I hope you know that. By the way we have used total your controller, still it is crashing, if you can check the files which I have used there (attached zips), you can see the error, I am getting the error when...
  17. M

    Getting crash in iOS SDK

    I have taken 2 IBOutlet for RTCEAGLVideoView, one for local video playing and another for streamed video playing. It is not the modification, so if you can check and let me know it will help me to create that flashphoner integration faster in live project.
  18. M

    Getting crash in iOS SDK

    Hi Sir, Can you please help regarding that, I am waiting for your feedback, we are getting that error every time, if you can help we can go with your registered version.
  19. M

    Getting crash in iOS SDK

    This is the stream code I am using, please check, when it is trying to publish it is crashing. In publishStream method when stream returned, after few moment it is getting that crash. If you can tell me at least why I am getting that crash then I can solve that, But I can not understand how it...
Top