red010182 / SwiftVitamioDemo

3 stars 2 forks source link

connection refused #3

Open romk1n opened 8 years ago

romk1n commented 8 years ago
[Vitamio[4.2.6][Player] Info ] {load_ffmpeg:121} LOAD FFMPEG START: Use static libs
[Vitamio[4.2.6][Player] Info ] {load_ffmpeg:287} LOAD FFMPEG END: Use static libs
[Vitamio[4.2.6][Player] Info ] {vplayer_init:2766} VPLAYER INIT BEGIN
[Vitamio[4.2.6][Player] Info ] {vplayer_init:2858} VPLAYER INIT END
[Vitamio[4.2.6][Player] Info ] {load_vao:39} LOAD VAO START: Use static libs
[Vitamio[4.2.6][Player] Info ] {load_vao:56} LOAD VAO END: Use static libs
[Vitamio[4.2.6][Player] Info ] {load_vvo:62} LOAD VVO START: Use static libs
[Vitamio[4.2.6][Player] Info ] {load_vvo:83} LOAD VVO END: Use static libs
[Vitamio[4.2.6][Player] Info ] {load_omx:90} LOAD OMX START: Use static libs
[Vitamio[4.2.6][Player] Info ] {load_omx:114} LOAD OMX END: Use static libs
[Vitamio[4.2.6][Player] Info ] {prepare_thread:2004} THREAD PREPARE START
[Vitamio[4.2.6][Player] Info ] {file_open:1654} OPEN FILE http://techslides.com/demos/sample-videos/small.flv
[Vitamio[4.2.6][Player] Info ] {file_open:1726} META AUDIO: 1. und, META SUBTITLE: 
[Vitamio[4.2.6][Player] Info ] {stream_open:1200} OPEN STREAM AUDIO BEGIN
[Vitamio[4.2.6][Player] Info ] {stream_open:1218} OPEN STREAM AUDIO END
[Vitamio[4.2.6][Player] Info ] {stream_open:1160} OPEN STREAM VIDEO BEGIN
[Vitamio[4.2.6][Player] Info ] {stream_open:1197} OPEN STREAM VIDEO END[Vitamio[4.2.6][Player] Info ] {video_decode_thread:690} 
CC: ARMYUV420 0
[Vitamio[4.2.6][Player] Info ] {prepare_cleanup:1993} THREAD PREPARE DETTACHED, ret = 0
[Vitamio[4.2.6][Player] Info ] {prepare_thread:2017} THREAD PREPARE END
[Vitamio[4.2.6][Player] Info ] {start:2078} start
Connect failed.: Connection refused

tried different urls the same problem

red010182 commented 8 years ago

Have you tried set App Transport Security Settings to Allow Arbitrary Loads in info.plist?

2016-06-04 3:18 GMT+08:00 Roman notifications@github.com:

[Vitamio[4.2.6][Player] Info ] {load_ffmpeg:121} LOAD FFMPEG START: Use static libs [Vitamio[4.2.6][Player] Info ] {load_ffmpeg:287} LOAD FFMPEG END: Use static libs [Vitamio[4.2.6][Player] Info ] {vplayer_init:2766} VPLAYER INIT BEGIN [Vitamio[4.2.6][Player] Info ] {vplayer_init:2858} VPLAYER INIT END [Vitamio[4.2.6][Player] Info ] {load_vao:39} LOAD VAO START: Use static libs [Vitamio[4.2.6][Player] Info ] {load_vao:56} LOAD VAO END: Use static libs [Vitamio[4.2.6][Player] Info ] {load_vvo:62} LOAD VVO START: Use static libs [Vitamio[4.2.6][Player] Info ] {load_vvo:83} LOAD VVO END: Use static libs [Vitamio[4.2.6][Player] Info ] {load_omx:90} LOAD OMX START: Use static libs [Vitamio[4.2.6][Player] Info ] {load_omx:114} LOAD OMX END: Use static libs [Vitamio[4.2.6][Player] Info ] {prepare_thread:2004} THREAD PREPARE START [Vitamio[4.2.6][Player] Info ] {file_open:1654} OPEN FILE http://techslides.com/demos/sample-videos/small.flv [Vitamio[4.2.6][Player] Info ] {file_open:1726} META AUDIO: 1. und, META SUBTITLE: [Vitamio[4.2.6][Player] Info ] {stream_open:1200} OPEN STREAM AUDIO BEGIN [Vitamio[4.2.6][Player] Info ] {stream_open:1218} OPEN STREAM AUDIO END [Vitamio[4.2.6][Player] Info ] {stream_open:1160} OPEN STREAM VIDEO BEGIN [Vitamio[4.2.6][Player] Info ] {stream_open:1197} OPEN STREAM VIDEO END[Vitamio[4.2.6][Player] Info ] {video_decode_thread:690} CC: ARMYUV420 0 [Vitamio[4.2.6][Player] Info ] {prepare_cleanup:1993} THREAD PREPARE DETTACHED, ret = 0 [Vitamio[4.2.6][Player] Info ] {prepare_thread:2017} THREAD PREPARE END [Vitamio[4.2.6][Player] Info ] {start:2078} start Connect failed.: Connection refused

tried different urls the same problem

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/red010182/SwiftVitamioDemo/issues/3, or mute the thread https://github.com/notifications/unsubscribe/ACBNR7zwYzd8yE00LfjGLW8Rn91oZxdkks5qIH4XgaJpZM4It0-_ .

romk1n commented 8 years ago

Yes. It didn't help