Skip to content

Commit 4a57083

Browse files
committed
Mute audio on RTSP feeds from security cameras
1 parent 4ecb441 commit 4a57083

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

Halovision/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.8.0")]
36-
[assembly: AssemblyFileVersion("1.2.8.0")]
35+
[assembly: AssemblyVersion("1.2.9.0")]
36+
[assembly: AssemblyFileVersion("1.2.9.0")]

Halovision/VisionForm.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ private void ConnectHalovisionDevice()
438438
{
439439
player = new MediaPlayer(media);
440440
player.Hwnd = pbDisplay.Handle;
441+
player.Volume = 0;
442+
441443
player.Play();
442444
}
443445
return;
@@ -471,6 +473,7 @@ private void ConnectHalovisionDevice()
471473

472474
player = new MediaPlayer(media);
473475
player.Hwnd = pbDisplay.Handle;
476+
player.Volume = 0;
474477

475478
// Note: This will connect the pipe and read the video.
476479
player.Play();
@@ -514,6 +517,7 @@ private void ConnectInspecDevice()
514517
{
515518
player = new MediaPlayer(media);
516519
player.Hwnd = pbDisplay.Handle;
520+
player.Volume = 0;
517521
player.Play();
518522
}
519523
}

Installer/Lucid Scribe Halovision.vdproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6428,7 +6428,7 @@
64286428
{
64296429
"Name" = "8:.NET Framework"
64306430
"Message" = "8:[VSDNETMSG]"
6431-
"FrameworkVersion" = "8:3.5.30729 "
6431+
"FrameworkVersion" = "8:3.5.30729 "
64326432
"AllowLaterVersions" = "11:FALSE"
64336433
"InstallUrl" = "8:http://go.microsoft.com/fwlink/?LinkId=76617"
64346434
}
@@ -28626,15 +28626,15 @@
2862628626
{
2862728627
"Name" = "8:Microsoft Visual Studio"
2862828628
"ProductName" = "8:Lucid Scribe Halovision"
28629-
"ProductCode" = "8:{E3B4A614-23EE-4C91-9EE9-41E5FC6BF628}"
28630-
"PackageCode" = "8:{6BC722B5-F171-4561-BA87-B0348E50DF20}"
28629+
"ProductCode" = "8:{20F60104-49E6-4E5D-B892-7DE307B4BC0A}"
28630+
"PackageCode" = "8:{77F22B94-0B0F-410F-AFF9-755443491580}"
2863128631
"UpgradeCode" = "8:{CAAB2187-AD23-435C-A3DB-568744247625}"
2863228632
"AspNetVersion" = "8:4.0.30319.0"
2863328633
"RestartWWWService" = "11:FALSE"
2863428634
"RemovePreviousVersions" = "11:TRUE"
2863528635
"DetectNewerInstalledVersion" = "11:TRUE"
2863628636
"InstallAllUsers" = "11:TRUE"
28637-
"ProductVersion" = "8:1.2.8"
28637+
"ProductVersion" = "8:1.2.9"
2863828638
"Manufacturer" = "8:lucidcode"
2863928639
"ARPHELPTELEPHONE" = "8:"
2864028640
"ARPHELPLINK" = "8:http://www.lucidcode.com/Contact"

0 commit comments

Comments
 (0)