mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
driver/streamts.cpp: fix webtv stream open
This commit is contained in:
@@ -764,6 +764,11 @@ bool CStreamStream::Open()
|
|||||||
if (url.empty())
|
if (url.empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
//av_log_set_level(AV_LOG_VERBOSE);
|
||||||
|
av_register_all();
|
||||||
|
avcodec_register_all();
|
||||||
|
avformat_network_init();
|
||||||
|
|
||||||
printf("%s: Open input [%s]....\n", __FUNCTION__, url.c_str());
|
printf("%s: Open input [%s]....\n", __FUNCTION__, url.c_str());
|
||||||
|
|
||||||
AVDictionary *options = NULL;
|
AVDictionary *options = NULL;
|
||||||
|
Reference in New Issue
Block a user