Questions tagged [justin.tv]
15 questions
8
votes
3 answers
FFmpeg Live Stream - Loop Video?
I am trying to stream a video loop to justin.tv using FFmpeg? I have managed to loop an image sequence and combine it with line in audio:
ffmpeg -loop 1 -i imageSequence%04d.jpg -f alsa -ac 2 -ar 22050 -ab 64k \
-i pulse -acodec adpcm_swf -r 10…

Dread-Eye
- 109
- 1
- 1
- 5
3
votes
1 answer
Setting FlashVars of AxShockwaveFlash
a program of mine uses AxShockwaveFlash component used as stream player.
The problem is that my code works with most stream-providers (livestream, ustream, own3d.tv) but Justin.TV's player is somewhat problematic.
Before moving on the actual…

HuseyinUslu
- 4,094
- 5
- 33
- 50
3
votes
1 answer
Twitch TV OAuth Login In C#
I am trying to connect a twitch TV account to a user profile on my website and I am getting a 403 Forbidden error. I am trying to use the Authorization Code Flow specified here:…

Aaron Davis
- 281
- 1
- 5
- 22
1
vote
1 answer
Who's using the Justin TV API?
We're looking at providing some live peer to peer video in sections of our site and have been playing with the API from Justin.TV for a couple of weeks now. There are some alternatives like Ustream and Livestream, but JTV looks like the only free…

RSG
- 7,013
- 6
- 36
- 51
1
vote
1 answer
Twitch API slows down website
I'm using Drupal and want to add a Block, where the users streams are shown, like they do it on teamliquid.net.
So I do the normal stuff, adding a field to users, where they can enter their Twitch-ID and so on.
So this is my…

Leagis
- 175
- 1
- 4
- 14
1
vote
0 answers
PHP - 2 Embedded Channels (Twitch.tv)
I got a script which is looking up if a user is either ONLINE or OFFLINE. I stated 2 behaviors for now, PRINTF('Online') and PRINTF('OFFLINE') just to see everything works as it should.
Now to my question,
I would like to have if user is OFFLINE,…

David Lindgren
- 11
- 2
1
vote
1 answer
Embedding Justin.tv player on https page
I've run into a slight issue whilst trying to embed the Justin.tv player into my page. The page is using a https connection and I want to keep it that way at all costs.
Justin.tv doesn't have an SSL certificate for the part of their website that you…

Seer
- 5,226
- 5
- 33
- 55
0
votes
1 answer
justin.tv jquery get some data
I've been reading for hours on this json stuff and the justin.tv API documenation but still unable to get the number of viewers currently viewing my stream.
Here's a json script I tried, nothing happens.
var url =…

Petter Thowsen
- 1,697
- 1
- 19
- 24
0
votes
1 answer
Using json API pull to store in file or database
I am trying to pull data from the justin.tv API and store the echo I get in the below code in to a database or a file to be included in the sidebar of website. I am not sure on how to do this. The example of what I am trying to achieve is the live…

user1096935
- 33
- 2
0
votes
1 answer
How do I add oAuth (DevDefined oAuth) to a C# windows forms project?
I'm trying to make a desktop Justin.TV notifier with C#. I'm new to C# but I programmed in C++ and Java.
I've been google-ing and searching stackoverflow but haven't found a guide on how to add something like DevDefined to my project.
For Java, it…

Roger Lam
- 962
- 2
- 8
- 17
0
votes
1 answer
Streaming too fast with avconv on Raspbian to justin.tv via RTMP
I want to stream *.mp4 files to justin.tv using avconv on raspbian. I'm using the following command to do this:
avconv -i ./${FILE_TO_STREAM} \
-vcodec copy \
-acodec copy \
-threads 0 \
-r 24 \
-f flv…

Flupp
- 856
- 10
- 24
0
votes
2 answers
How to get a video stream from an RTMP server to Android?
I want to implement streaming from an RTMP server. For example, below is the link of an RTMP server.
http://usher.justin.tv/find/CHANNELNAME.json?type=any
And want to do streaming of it.
I found one way: It is connected to a SWF file on a Twitch…

NickUnuchek
- 11,794
- 12
- 98
- 138
0
votes
1 answer
json justin slow
People are starting to complain about my website speed, that it is slow. I need your help to identify the problem. I have been searching around the internet like crazy after a better solution but without success. I am trying to get streamname and…

今際のアリス
- 344
- 3
- 16
0
votes
1 answer
Justin TV API - Jquery / JSON
I was wondering if somebody could show me an example of how to use the Justin TV API. They have this documentation and an 'example' on there along with return values (Here's the xml file) but when I try to use it I don't under stand where it defines…

Howdy_McGee
- 10,422
- 29
- 111
- 186
-3
votes
2 answers
please regex url request
I would like to know if anybody can help me with a regular expression problem. I want to write a regular expression to catch URLs similar to this URL:
www.justin.tv/channel_name_here
I have tried:
/justin\.tv\/(.*)
The problem I get is that when…

carlosmtx
- 3
- 1