更新代码
This commit is contained in:
@@ -8,14 +8,14 @@ Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget)
|
||||
|
||||
QStringList urls;
|
||||
urls << "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov";
|
||||
urls << "rtsp://admin:Admin123456@192.168.1.64:554/Streaming/Channels/102?transportmode=unicast&profile=Profile_2";
|
||||
urls << "rtsp://admin:Admin123456@192.168.0.64:554/Streaming/Channels/102?transportmode=unicast&profile=Profile_2";
|
||||
urls << "rtsp://192.168.1.108:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif";
|
||||
urls << "rtsp://192.168.1.15:554/media/video1";
|
||||
urls << "rtsp://192.168.1.15:554/media/video2";
|
||||
urls << "rtsp://192.168.1.247:554/av0_0";
|
||||
urls << "rtsp://192.168.1.247:554/av0_1";
|
||||
ui->cboxUrl->addItems(urls);
|
||||
ui->cboxUrl->setCurrentIndex(5);
|
||||
ui->cboxUrl->setCurrentIndex(1);
|
||||
}
|
||||
|
||||
Widget::~Widget()
|
||||
|
||||
Reference in New Issue
Block a user