vp_play_normal_view_key_create(pPlayView, pPlayView->pNormalView);
- if (!vp_play_normal_view_is_audio_only(pPlayView)) {
+ bool manual_paused = FALSE;
+ vp_play_normal_view_get_manual_pause(pPlayView->pNormalView, &manual_paused);
+
+ if(pPlayView->stream_info == NULL) {
vp_sound_init_session(pViewHandle);
+ }
+
+ if (!vp_play_normal_view_is_audio_only(pPlayView) && manual_paused == FALSE) {
sound_stream_focus_state_e state_for_playback;
sound_stream_focus_state_e state_for_recording;
int ret = -1;