1. Home
  2. Camera
  3. Stream video from camera to Samsung Smart TV

Stream video from camera to Samsung Smart TV

Stream video from camera to Samsung Smart TV

Ask a Question

Asked

8 years, 2 months ago

active

6 years, 10 months ago

Viewed

24k times

2

I'm trying to stream video from a camera. The streaming link for the camera's webpage is:

'http://192.168.blah.blah/img/mjpeg.cgi'

I created a sample SmartTv Basic app and added a scene. In the HTML of the scene I added that

And in the CSS

#player{ position: absolute;top: 36px;left: 0px;height: 400px;width: 900px;fill: 30px 30px 30px 30px;background color: black;}

The video streams fine when I launch it from the simulator. But it fails when I deploy the app to the actual TV. I have the 2013 smart TV model. And I was running the 2012 simulator (since the Simulator 2013 crashes every time).

Please help!!!

streaming video

Samsung Smart TV

Smart TV

Split

Improve this question

Follow

asked

May 24 '13 at 6:46

Tushar Koul

Tushar Koul

2.611

3

3 gold badges

27

27 silver badges

61

61 bronze badges

2

Can the camera address be reached from the TV?

Ivan Solntsev

May 27 '13 at 11:18

yes..they are on the same network

Tushar Koul

May 27 '13 at 11:52

Add a comment

|

2 answers

2

active

Oldest

Voices

2

Apparently the answer is the old one

"If it works on the emulator, that doesn't really mean it will work on the actual device."

:(

This will come from many discussions about the

Samsung Smart TV Forum

--

There are also certain discrepancies in the (full) support of iframes on Samsung Smart TV 2012 and the 2013 models. So I would suggest not to use iframes

AT ALL

.

For video streaming --

I am streaming the video using RTSP supported by the plugin player provided in the Samsung Smart TV.Reference Links --

Samsung Smart TV - Device API - "Player"

Supported RTSP methods

player specification

Video application tutorial

Split

Improve this answer

Follow

answered

May 30 '13 at 4:43

Tushar Koul

Tushar Koul

2.611

3

3 gold badges

27

27 silver badges

61

61 bronze badges

0

Add a comment

|

0

Samsung Smart TV supports HTML5 tags such as video, audio, etc.

You can stream videos via video tag, but you also need to change your source link. For example:

You need to add -> |COMPONENT=HLS|BITRATE=120000~300000

You can read all about it:

Samsung guide

in the section: Theme->Multimedia->Streaming

But in my opinion it's better to use the official player like Tushar Koul gave you a reference because they contain more options you can use like play, pause, rewind etc.

Split

Improve this answer

Follow

answered

Aug 25 '14 at 9:58

anchor

anchor

625

2

2 gold badges

8th

8 silver badges

14

14 bronze badges

1

However, this would not play an RTSP stream from a camera

Tushar Koul

Aug 26 '14 at 4:53

Add a comment

|

your answer

Thanks for contributing an answer to Stack Overflow!

Absolutely please

answer the question

.Provide details and share your research!

but

avoid

...

Ask for help, clarification or reply to other answers.

Make statements based on opinions; back them up with references or personal experience.

To learn more, visit our

Tips for writing good answers

.

Draft saved

draft discarded

Sign up or

log in

Sign in with Google

Login via Facebook

Sign in with email and password

Submit

Post as a guest

Surname

E-mail

Required but never shown

Post as a guest

Surname

E-mail

Required but never shown

Post your answer

discard

By clicking "Post Response" you agree to our

Terms of Use

,

Privacy Policy

and

Cookie Policy

Not the answer you're looking for? Browse other flagged questions

streaming video

Samsung Smart TV

Smart TV

or

ask your own question

.

The Overflow Blog

Podcast 361: Why startups should use Kubernetes from day one

700,000 lines of code, 20 years and one developer: How Dwarf Fortress is built

on meta . presented

Discontinuation of our mobile views

Scheduled maintenance for Thursday, July 29 at 00:00 UTC (Wednesday…

Related

293

Stream video from Android camera to server

3

Samsung Smart TV App Picture in Picture

0

Creating Nested Scenes in Samsung Smart TV Apps

0

Call other existing Smart TV applications from another Samsung Smart TV SDK application

0

Samsung smart tv return button

0

Widevine DRM support in Samsung Smart TV

0

How to Play Videos on Samsung SmartTV App

1

Samsung smart tv app with multiple cameras

0

How to Enable Video .mpd and Widevine in Samsung Smart TV?

Questions about the hot network

Compare positions of integers in this sequence

Would Americans say, "He sat down 9 feet from me." or "He sat down 10 feet from me."?

How can I restrict crafting and material searches without restricting player freedom?

What is the purpose of the House of Representatives inquiry into the events at the US Capitol Building on January 6, 2021?

Overriding the German old-style `s' when using the Schwabacher font

Should I use "or" or "and" in "there is no university or college"?

Why are we trying to prevent the spread of life across land rather than actively encouraging it?

Error compiling: AbstractConfigOption.php

Why does twisting a cork make it easier to remove from a bottle?

What are some good examples of the practical application of cross-products in game development?

Is this video fake? I thought Tesla coils only work on AC

Why does the amount of stimulus checks depend on each person's income and not wealth?

Why was more dark energy generated than normal energy in the creation of the universe?

Despite geopolitical tensions, why is Russia still welcome on the ISS?

Which symbol stands for multiplication?

Is it unusual for an employee to be denied where the company's funding comes from?

I need the identical lines to merge

Distribute program with GPLv3 but need a subscription - how to make this possible?

Are "not activated" and "deactivated" the same when it comes to computers?

Why do NFTs have value?

I'm a lizard, cut here!

Operating point solar panel?

Photo Contest 2021-07-26: Music

What (fictional) perspective is "Of the Third Age and the Rings of Power" written from?

more hot questions

question feed

Subscribe to RSS

question feed

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

Related Articles