luasandy / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
0 stars 2 forks source link

No more sound after playback of video from czech archive "Ceska televize" if Reclok is used #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
Open web archive of "Ceska televize" and play the video
2.
Then try to play video from another site or play movie from database

Result is no sound from video until the restart of mediaportal. 
I did some investigation, and the problem occurs when the Reclock utility is 
used. I noticed that normally after playback, the Reclock instance is closed, 
but not in case of archive "Ceska televize" (reclock icon is still present). 
Looks like the problem does happen if mediaportal player will open URL (it does 
not happen in file mode).
Does anyone have the same issue with reclock ?

Used on WinXP 32 bit and latest version of mediaportal with reclock.

Original issue reported on code.google.com by pablik...@seznam.cz on 6 Jan 2011 at 8:39

GoogleCodeExporter commented 8 years ago
Hi,

can you test that same problem have you on "Public TV" and "TA3"? "Ceska 
Televize", "Public TV" and "TA3" are using WMP instead of Internal media player.

Original comment by juraj.ho...@inmail.sk on 9 Jan 2011 at 7:31

GoogleCodeExporter commented 8 years ago
Hi, 
yes , "Public TV" and "TA3" causing the same problem. 
I did download the wmv file from Ceska Televize directly to hdd and did try to 
play them (by standart way via  myVideos). No problem. As i mentioned before, 
looks like playing URL with the reclock installed causing the problem.

Original comment by pablik...@seznam.cz on 9 Jan 2011 at 3:52

GoogleCodeExporter commented 8 years ago
Hi,

I installed ReClock 1.8.7.3 and I can't force it to work with "Ceska Televize" 
and "TA3" archives. The "Public TV" archive was working, but I don't see any 
problem. I'm running on Windows 7 32-bit, MediaPortal 1.1.2, OnlineVideos 0.28 
(r1109). 

Original comment by juraj.ho...@inmail.sk on 9 Jan 2011 at 8:24

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, 
after some testing i found solution for me. Problem is, when playback is 
stopped , WMPVideoPlayer does not release filters and this causing no sound for 
next playback, because previous instance of reclock is not closed. So, i did 
tweak in method Stop() of WMPVideoPlayer by adding _wmp10Player.Dispose() and  
_wmp10Player = null . Dispose method ensure, that Reclock will be closed. I'm 
not sure if this is proper solution, but so far it works like charm with no 
errors for me. 

Original comment by pablik...@seznam.cz on 10 Jan 2011 at 10:31

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1117.

Original comment by bborgsd...@gmail.com on 11 Jan 2011 at 4:01