Skip to content

Stream no Available Issue #760

Closed Answered by vivekatoffice
giqra asked this question in Axis Windows SDKs
Sep 2, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

I have also tested with the following code from this video.

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace VivekAMCdemo
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            axAxisMediaControl1.MediaURL = "axrtsphttp://195.60.68.14:80/axis-media/media.amp?videocodec=h264";
            axAxisMediaControl1.MediaUsername = "VLTuser";
            axAxisMediaControl1.M…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@vivekatoffice
Comment options

Answer selected by vivekatoffice
@giqra
Comment options

@giqra
Comment options

@vivekatoffice
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants