Giter Site home page Giter Site logo

Comments (20)

crossle avatar crossle commented on July 21, 2024

I think it's need rtmpdump support ?

from vitamiobundle.

sinkers avatar sinkers commented on July 21, 2024

Have you got any more detail on the error message?

I have ffmpeg with librtmp (aka rtmpdump) on my machine and those URLs still do not play.

I get this error and suspect the streams may be rtmpe or similar:
[rtmp @ 0x7ffda0412320] Unknown connect error (unsupported authentication method?)
[rtmp @ 0x7ffda0412320] Server error: Connection failed: Application folder ([install-location]/applications/str%playpath=tenspor2%swfUrl=http:) is missing.
rtmp://strm.telecast.eu/str%playpath=tenspor2%swfUrl=http://www.telecast.eu/player/player.swf%live=1%pageUrl=http://www.telecast.eu/embed.php?u=tenspor2&vw=600&vh=470halilou: Unknown error occurred

from vitamiobundle.

tichs avatar tichs commented on July 21, 2024

Hi Sinkers The URL is down this is one is working,

I have tested it myself and works on my PC.

On my PC it's fine But Vitamio seems to not handle it properly

from vitamiobundle.

sinkers avatar sinkers commented on July 21, 2024

Works in your browser or in ffmpeg?

On 03/08/2013, at 3:58 PM, tichs [email protected] wrote:

Hi Sinkers The URL is down this is one is working,
rtmp://strm.telecast.eu/str -a "str" swfURL=http://www.telecast.eu/player/player.swf pageURL=http://www.telecast.eu/embed.php?u=srortennu&vw=600&vh=470 -playpath=srortennu

I have tested it myself and works on my PC.


Reply to this email directly or view it on GitHub.

from vitamiobundle.

tichs avatar tichs commented on July 21, 2024

both actually, It works for me. I have tested it both and stream normally.

from vitamiobundle.

sinkers avatar sinkers commented on July 21, 2024

How does your desktop ffmpeg compare to the build in vitamio?

On 4 August 2013 16:44, tichs [email protected] wrote:

both actually, It works for me. I have tested it both and stream normally.


Reply to this email directly or view it on GitHubhttps://github.com//issues/23#issuecomment-22067631
.

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

@tichs
Can you give me a valid link?

Closing connection: NetStream.Play.StreamNotFound sq= 0B f=0/0
rtmp://strm.telecast.eu/str swfURL=http://www.telecast.eu/player/player.swf pageURL=http://www.telecast.eu/embed.php?u=srortennu&vw=600&vh=470 playpath=srortennu: Unknown error occurred

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

@tichs same error? you sure it can playback?

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

@tichs OK, I can use, Thanks. I will test this further ASAP.

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

FFmpeg support rtmp internal, don't need rtmpdump.

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

Vitamio 4.1.0 has support AVOptions param.
e.g.

String[] keys = {"rtmp_playpath", "rtmp_swfurl", "rtmp_live", "rtmp_pageurl"};
String[] values = {"fsb", "http://www.cdn-br.com/swf/player.swf", "1", "http://www.cdn-br.com/mastertv/FSB.htm"};

 MediaPlayer.setDataSource("rtmp://31.204.153.72/live/", keys, values)

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

https://github.com/yixia/VitamioBundle/wiki/How-to-use-AVOption-in-Vitamio-4.1.0-%3F

from vitamiobundle.

tichs avatar tichs commented on July 21, 2024

Thanks for the update Crossle 👍

from vitamiobundle.

zakariachowdhury avatar zakariachowdhury commented on July 21, 2024

How can I add AVOptions param with VideoView?

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

@zchowdhury master branch add supported for VideoView.

from vitamiobundle.

 avatar commented on July 21, 2024

Hi @crossle

I too faced this issue. Rtmp ending with just live did not play. What
could be the reason??

Thanks.

from vitamiobundle.

crossle avatar crossle commented on July 21, 2024

Uri = "rtmp://46.28.50.124/live "
rtmp_playpath="star742a?id=59009"
rtmp_swfurl="http://www.ucaster.eu/static/scripts/eplayer.swf"
rtmp_live=live
rtmp_conn="S:OK"
rtmp_pageurl="http://www.ucaster.eu/embedded/star742a/1/600/400"

from vitamiobundle.

mkiisoft avatar mkiisoft commented on July 21, 2024

Hello guys, I'm facing the same problem. Doesn't anyone really know how to handle RTMP?! I really need it for a big project. Thanks!

from vitamiobundle.

vyguera avatar vyguera commented on July 21, 2024

I had problems to make it work until I appended a slash to my url. Using the last example:
Uri = "rtmp://46.28.50.124/live" should be Uri = "rtmp://46.28.50.124/live/"

Notice the last slash in the string.

from vitamiobundle.

saveme925 avatar saveme925 commented on July 21, 2024

Hi, I am also getting same problem. It just freeze and then crash. How can I add AVOptions to play this stream. Here is my stream URL
"rtmp://oregon.owvideo.greenjobinterview.net/oneway/definst/intro/361/2329_1422050345864";

from vitamiobundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.