SamsungDForum / SmartViewSDKDefaultMediaPlayer2.0

This application demonstrates how to send a video,audio,photo content URL to a default media player app on TV and how to control the playback and make a list of the content from mobile.
14 stars 6 forks source link

Could not play video content on VideoPlayer by android mobile #9

Open HyowonHwang opened 5 years ago

HyowonHwang commented 5 years ago

Hi, all

I would like to play streaming content by smartview sdk from mobile phone. However, I got an error which is "404 Not found error" trying to play content.

Surely, I checked my tv is supported DMP by below code.

 service.isDMPSupported(object : Result<Boolean> {
            override fun onSuccess(supported: Boolean) {
                   //  I got supported!!!!!!
            }

Then I've tried to resume it by your api, unfortunately, still got below error.

E/MediaPlayer: LaunchStandbyScreen: Error: Error(code=404, name=error, message=Not found error.)
D/Player: Send ms.webapplication.start with params {isContents=logo, library=Android SDK, os=9, appName=Default Media Player, modelNumber=SM-N971N, version=2.5.1, url=http://DummyUrlToBringAppToForeground.msf}
Player: DMP Launch Failed with error message : Error(code=404, name=error, message=Not found error.)
E/Player: resumeApplicationInForeground() onError(): Error(code=404, name=error, message=Not found error.)

Could you please please help me to solve this problem?

Thanks

jedashford commented 1 year ago

Same here. It depends on the TV though. Some are working fine, and others busted. Seems like a settings or access problem, but where in the TV does it need to be changed?

Brayanhenaor commented 10 months ago

I have the same problem