Left and right margin inquiries.

iOS, iPad, iPhone, tvOS specific usage questions
qkfcl
New Cone
New Cone
Posts: 1
Joined: 08 Feb 2023 02:49

Left and right margin inquiries.

Postby qkfcl » 08 Feb 2023 03:09

hello. I am a developer who has just started developing for iOS.
I'm building an RTSP player using MobileVLCKit.
The environment occurs when the storyboard, UIImageView is played with RTSP.

When playing vertically, there is no margin, but when rotating and playing horizontally, black margins appear on the left and right sides.
What options on the player should be changed when using other controls or when rotating?
In the case of VLC player, the left and right margins do not appear.

Code

@IBOutlet weak var Viewer: UIImageView!
func setupthePlayer()
{
let streamURL = URL(string: "rtsp://192.168.0.101:554/cam/realmonitor?channel=1&subtype=0")!
let theMedia = VLCMedia(url: streamURL)

thePlayer.media = theMedia
Viewer.contentMode = .scaleAspectFill
thePlayer.drawable = Viewer
thePlayer.audio?.isMuted = true
print("--------Play-----")
thePlayer.play()
}

override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
return .all
}

Return to “VLC for iOS, iPadOS and Apple TV”

Who is online

Users browsing this forum: No registered users and 22 guests