When placing the archive.org link within the em media field, everything is recognized, the player loads with an img. However, when i press play I get the error: "200, stream not found, NetStream.Play.StreamNotFound, clip:[Clip], [url]."
If I load the embed code directly to the body of the node it plays fine.
http://lariwhite.boldartmedia.com/media/video/helping-me-get-over-you-162
Embed on top, body on bottom
If this is not an issue but operator error based on my settings, I apologize, but I was not able to find any documentation on this type of error.
thx,
jon
| Comment | File | Size | Author |
|---|---|---|---|
| archive.org-netstream.png | 278.16 KB | boldart |
Comments
Comment #1
alex ua commentedI'm not sure if this is still a problem for you, but please try version 6.x-2.0 of emfield along with Media: Archive 6.x-2.x-dev. I'm moving to the Media: Archive queue, but closing as "can't reproduce", please reopen if you're still having the problem.
Comment #2
winston commentedIf you upgrade to the 2.x series of emfield, then install the media: archive module for 2.x and you still have this problem then please reopen this issue.
When reopening I'll need a link to the page that causes the problem. The original link is just going to "page not found". At a min I need to see the HTML source so I can compare the embed code you see coming from archive.org with the embed code coming from media: archive.
Note, in the 2.x dev branch of Media: Archive I recently updated the embed code to more closely match what is currently coming from archive.org.
Comment #3
boldart commentedThanks for the responses. However, I have updated to the newews 2.2 of Emb media and updated with the new broken out Media: Archive module and I am still having the same error. Here is the revised URL: http://lariwhite.com/video/helping-me-get-over-you-162
thx
Jon
Comment #4
boldart commentedre-opening
Comment #5
winston commentedOK, I'll have a look. Thanks for posting both side by side.
Comment #6
firstlut commentedI'm getting the same result with audio. It starts to load, displays the error message, then goes back to loading...or trying to.
Since I'm just doing audio, I can try the 6.x-1.x version.
Comment #7
firstlut commentedThe plot thickens!
I saw an earlier suggestion to try one of your URLs at Archive.org, so I tried it, and it worked like a charm. I notice that your URL has different stream options: Yours has VBR M3U, while mine does not.
Yours: http://www.archive.org/details/Magellan
Mine: http://www.archive.org/details/Rev.Dr.DanPhiferAllSaintsSunday
My stuff was uploaded three years ago through OurMedia and its goofy software. Also, I uploaded an mp3, and I noticed you used FLAC. Could that have something to do with it?
Is the archive module looking for specific file/stream types?
I'm going to try putting up a FLAC file and see if that helps.
Comment #8
winston commented@firstlut Please try telling archive.org to re-derive your content. It should create additional derivatives.
If that doesn't work please open a NEW issue. The audio and video providers are separate so I'd rather not assume your issue is related to the above.
Thanks...
Comment #9
winston commented@boldart
Sorry for the delay. Unfortunately I'm not able to reproduce your problem. Here is what I did...
1. Installed current recommended version of emfield (6.x-2.3)
2. Installed latest media_archive
3. Attempted to embed the video you are showing as an issue (http://www.archive.org/details/HelpingMeGetOverYou)
It played fine for me and the embed code seemed OK.
There was a difference in the embed code on your sample page vs. my test as follows:
Yours...
{'autoPlay':false,'url':''}],
My test...
{'autoPlay':false,'url':'http://www.archive.org/download/HelpingMeGetOverYou/lariwhite-helpingove...'}],
Other than possibly having an older version of either emfield or media_archive on your site I'm not sure why yours is missing the video file link in the embed.
I'll be releasing a 6.2 version shortly and marking it recommended so after I do that make sure you have the latest emfield, latest media_archive, run update.php etc. and try a fresh test on your end.
Comment #10
winston commented@firstlut
Quick note regarding FLAC. The code does not put a link to the original FLAC file for flowplayer to use as it doesn't support it. It should be putting the mp3 file, but there is definitely a weird error there.
Again, if you don't mind please open as a NEW issue - easier for me to track that way. I suspect your issue is much different than this issue.
Comment #11
winston commented@firstlut
I went ahead and opened an issue for the audio problem you reported...
http://drupal.org/node/971696
Sure enough the vbr was the issue. More detail there. Will fix when I have time.